From a3173b8de48b37e802d4de45821d2efbf54b1652 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 16 Nov 2018 17:03:33 -0800 Subject: 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. --- examples/device/cdc_msc_hid/src/tusb_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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 -- cgit v1.3.1