8000 Merge pull request #430 from lacklustrlabs/Wcomment · Batlapin/Arduino_STM32@9fe0363 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fe0363

Browse files
Merge pull request rogerclarkmelbourne#430 from lacklustrlabs/Wcomment
Fixed typo causing 'warning: multi-line comment [-Wcomment]'
2 parents 9cd2f3a + 495f3b9 commit 9fe0363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/cores/maple/libmaple/usb/stm32f1/usb_cdcacm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
#if !(defined(BOARD_maple) || defined(BOARD_maple_RET6) || \
6464
defined(BOARD_maple_mini) || defined(BOARD_maple_native))
65-
//#warning USB CDC ACM relies on LeafLabs board-specific configuration.\
65+
//#warning USB CDC ACM relies on LeafLabs board-specific configuration.
6666
// You may have problems on non-LeafLabs boards.
6767
#endif
6868

0 commit comments

Comments
 (0)
0