fix host midi build

This commit is contained in:
hathach
2025-02-12 11:50:57 +07:00
parent 294fb268d7
commit 7c405236cf
9 changed files with 51 additions and 22 deletions

View File

@@ -21,6 +21,7 @@ TINYUSB_SRC_C += \
src/host/hub.c \
src/class/cdc/cdc_host.c \
src/class/hid/hid_host.c \
src/class/midi/midi_host.c \
src/class/msc/msc_host.c \
src/class/vendor/vendor_host.c \
src/typec/usbc.c \