diff options
| author | HiFiPhile <[email protected]> | 2025-04-11 23:07:22 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-04-11 23:07:22 +0200 |
| commit | 459e2cd39ece797eb35f74ccace0db0a588b795a (patch) | |
| tree | 68e0f398392eb001ab64857575a2b76934519021 /src/tusb.h | |
| parent | 8d2310247c47160bf8de6e5f754284360ad7e937 (diff) | |
| parent | 865e3488f99209c57b73953428dccf2bc666f0be (diff) | |
Merge remote-tracking branch 'upstream/master' into async_io
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h index cb6021b33..dfba21ddf 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -59,6 +59,10 @@ #include "class/cdc/cdc_host.h" #endif + #if CFG_TUH_MIDI + #include "class/midi/midi_host.h" + #endif + #if CFG_TUH_VENDOR #include "class/vendor/vendor_host.h" #endif |
