We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d84b5 commit 8f46bf3Copy full SHA for 8f46bf3
1 file changed
STM32F1/cores/maple/libmaple/usb/stm32f1/usb_cdcacm.c
@@ -62,8 +62,8 @@
62
63
#if !(defined(BOARD_maple) || defined(BOARD_maple_RET6) || \
64
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.
+//#warning USB CDC ACM relies on LeafLabs board-specific configuration.\
+// You may have problems on non-LeafLabs boards.
67
#endif
68
69
static void vcomDataTxCb(void);
0 commit comments