diff options
| author | Scott Shawcroft <[email protected]> | 2018-11-16 17:03:33 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2019-01-04 12:16:27 -0800 |
| commit | a3173b8de48b37e802d4de45821d2efbf54b1652 (patch) | |
| tree | b5ae0e2a2479f3fd401334c8c91e6e8fd9ac70b6 /examples | |
| parent | 6ed96cb93b92acf7cce3bd6b84dc5cd8882486c4 (diff) | |
Add USB Midi support.
It also introduces a txbuffer which copies data into it but passes
the buffer straight to the USB rather than another copy.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_msc_hid/src/tusb_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_hid/src/tusb_config.h b/examples/device/cdc_msc_hid/src/tusb_config.h index 2ff49aaf7..3f748c3f0 100644 --- a/examples/device/cdc_msc_hid/src/tusb_config.h +++ b/examples/device/cdc_msc_hid/src/tusb_config.h @@ -109,6 +109,7 @@ //------------- CLASS -------------// #define CFG_TUD_CDC 1 #define CFG_TUD_MSC 1 +#define CFG_TUD_MIDI 0 #define CFG_TUD_CUSTOM_CLASS 0 #define CFG_TUD_HID 0 |
