fix build with new freertos host example

This commit is contained in:
hathach
2023-09-28 12:55:59 +07:00
parent 7dc1a66f91
commit 6b8933cfe8
10 changed files with 237 additions and 53 deletions

View File

@@ -17,3 +17,10 @@ TINYUSB_SRC_C += \
src/class/usbtmc/usbtmc_device.c \
src/class/video/video_device.c \
src/class/vendor/vendor_device.c \
src/host/usbh.c \
src/host/hub.c \
src/class/cdc/cdc_host.c \
src/class/hid/hid_host.c \
src/class/msc/msc_host.c \
src/class/vendor/vendor_host.c \
src/typec/usbc.c \