8000 Fixed 'warning: multi-line comment [-Wcomment]' · Batlapin/Arduino_STM32@495f3b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 495f3b9

Browse files
committed
Fixed 'warning: multi-line comment [-Wcomment]'
1 parent 9cd2f3a commit 495f3b9

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