summaryrefslogtreecommitdiff
path: root/src/tinyusb.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-06-16 11:08:01 +0700
committerhathach <[email protected]>2025-06-16 11:08:01 +0700
commit4a44dd5c471578ee5b957a75adaf3dbc6a48241a (patch)
tree0508b6721f1cf4c74964412a894d6c65edba3afb /src/tinyusb.mk
parentf00e698ae2a470d749331361ef0b031af96cdbd6 (diff)
parente95973d3462cdacd165a4057632d46248ded7b8a (diff)
Merge branch 'master' into fork/IngHK/cdch_upgrade
# Conflicts: # README.rst # docs/reference/index.rst # src/class/cdc/cdc_device.c # src/class/cdc/cdc_host.c
Diffstat (limited to 'src/tinyusb.mk')
-rw-r--r--src/tinyusb.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinyusb.mk b/src/tinyusb.mk
index 89ea0212c..a9f623c24 100644
--- a/src/tinyusb.mk
+++ b/src/tinyusb.mk
@@ -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 \