Skip to content

Commit 8f46bf3

Browse files
committed
remove leaflasb USB CDC ACM warning
1 parent d1d84b5 commit 8f46bf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
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.\
66-
You may have problems on non-LeafLabs boards.
65+
//#warning USB CDC ACM relies on LeafLabs board-specific configuration.\
66+
// You may have problems on non-LeafLabs boards.
6767
#endif
6868

6969
static void vcomDataTxCb(void);

0 commit comments

Comments
 (0)