Fix typo of CFG_TUD_ENDOINT0_SIZE.

This commit is contained in:
Nathan Conrad
2019-09-27 12:41:46 -04:00
committed by William D. Jones
parent 01b4115b0b
commit c4483d244b
19 changed files with 27 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ CFLAGS += \
-D__MSP430F5529__ \
-DCFG_TUSB_MCU=OPT_MCU_MSP430x5xx \
-DCFG_EXAMPLE_MSC_READONLY \
-DCFG_TUD_ENDOINT0_SIZE=8
-DCFG_TUD_ENDPOINT0_SIZE=8
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/msp_exp430f5529lp/msp430f5529.ld