clean up example

This commit is contained in:
hathach
2019-04-17 13:55:55 +07:00
parent 516964b3d3
commit 395fd54dcb
5 changed files with 70 additions and 112 deletions

View File

@@ -85,9 +85,8 @@ LIBS = -lgcc -lc -lm -lnosys
EXAMPLE_SOURCE += \
src/main.c \
src/msc_app.c \
src/msc_disk_ram.c \
src/tusb_descriptors.c
src/msc_disk.c \
src/usb_descriptors.c
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))