diff options
| author | Ha Thach <[email protected]> | 2025-03-09 19:01:10 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-09 19:01:10 +0700 |
| commit | 02a630b3da54f68df87a1605661013e177e58067 (patch) | |
| tree | bf36afa4414efd0911a1cb5b33a3c627f3641623 /src/tinyusb.mk | |
| parent | 29ffd57237554b1f2339af543e3789ae04d3b29b (diff) | |
| parent | ee234a84caf59d23395ed70f5e1c9d772e3f958b (diff) | |
Merge pull request #1627 from atoktoto/midihost
RP2040 MIDI Host
Diffstat (limited to 'src/tinyusb.mk')
| -rw-r--r-- | src/tinyusb.mk | 1 |
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 \ |
