adding msc dual lun example

This commit is contained in:
hathach
2019-04-26 15:05:58 +07:00
parent 67aa45f75f
commit 99f4c06197
7 changed files with 738 additions and 5 deletions

View File

@@ -83,11 +83,7 @@ endif
LIBS = -lgcc -lc -lm -lnosys
EXAMPLE_SOURCE += \
src/main.c \
src/msc_disk.c \
src/usb_descriptors.c
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
LIB_SOURCE += \