added CFG_EXAMPLE_MSC_READONLY to NuTuny-SDK-NUC120 board.mk

This commit is contained in:
Peter Lawrence 2020-01-25 13:32:31 -06:00
parent cd8eb2a06b
commit a8e66f0111
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ CFLAGS += \
-mthumb \
-mabi=aapcs-linux \
-mcpu=cortex-m0 \
-DCFG_EXAMPLE_MSC_READONLY \
-DCFG_TUSB_MCU=OPT_MCU_NUC120
# All source paths should be relative to the top level.