summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-01-10 10:14:01 -0500
committerWilliam D. Jones <[email protected]>2019-01-10 10:24:45 -0500
commit75fda7d638f306ffc758aaaa1c56590ade6465f7 (patch)
tree20f373be27381011b4356f79e040731083d8863f /examples/device
parentb367baeaf1d64930654f136a2409f1322fc73ab2 (diff)
cdc_msc_hid: Ensure example compiles again- add missing prototypes,
fix incorrect prototypes, clean up.
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc_hid/src/tusb_config.h1
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 c190f26c5..54fc1b583 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 0
+#define CFG_TUD_MIDI 0
#define CFG_TUD_CUSTOM_CLASS 0
#define CFG_TUD_HID 0