summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-05-06 18:02:04 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-05-06 18:02:04 -0400
commit0819102f7845fd2c7d9bb70584d979560382ead6 (patch)
treea7ec801b788369688c28b3a310f6fcfd71ee95a8 /make.mk
parent838102a7e9ccfddf8f901def6cad35e66bf2d0fd (diff)
downloadSensor-Watch-usb-msc.tar.gz
Sensor-Watch-usb-msc.tar.bz2
Sensor-Watch-usb-msc.zip
get tinyUSB mass storage demo workingusb-msc
Diffstat (limited to 'make.mk')
-rw-r--r--make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.mk b/make.mk
index 07c69337..c83a11c3 100644
--- a/make.mk
+++ b/make.mk
@@ -71,6 +71,7 @@ SRCS += \
$(TOP)/tinyusb/src/tusb.c \
$(TOP)/tinyusb/src/common/tusb_fifo.c \
$(TOP)/tinyusb/src/class/cdc/cdc_device.c \
+ $(TOP)/tinyusb/src/class/msc/msc_device.c \
$(TOP)/tinyusb/src/device/usbd.c \
$(TOP)/tinyusb/src/device/usbd_control.c \
$(TOP)/tinyusb/src/portable/microchip/samd/dcd_samd.c \