Skip to content

Commit 04d50f7

Browse files
authored
Merge pull request #1 from stevstrong/leaflabs_usb_warning
Leaflabs usb warning
2 parents dc22c7e + 8f46bf3 commit 04d50f7

2 files changed

Lines changed: 3 additions & 3 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);

STM32F4/boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ netduino2plus.upload.protocol=maple_dfu
116116
#netduino2plus.upload.use_1200bps_touch=false
117117
netduino2plus.upload.file_type=bin
118118
netduino2plus.upload.maximum_size=1048576
119-
netduino2plus.upload.maximum_data_size=196608
119+
netduino2plus.upload.maximum_data_size=131072
120120

121121
netduino2plus.upload.usbID=0483:df11
122122
netduino2plus.upload.altID=0

0 commit comments

Comments
 (0)