summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-02-27 08:29:45 -0500
committerWilliam D. Jones <[email protected]>2019-02-27 08:30:03 -0500
commitb3137cdee34b870c536b6ef1b03edb634cd5af1c (patch)
treed416a6d0f59769f3fd5d6b632bd768766f50a06c /examples/device
parent5a1c5cf0b7eadf11bdf98e2f11c8d065049aeb51 (diff)
examples/cdc_msc_hid: Revert local changes to tusb_config.h.
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc_hid/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_hid/src/tusb_config.h b/examples/device/cdc_msc_hid/src/tusb_config.h
index 54fc1b583..3f748c3f0 100644
--- a/examples/device/cdc_msc_hid/src/tusb_config.h
+++ b/examples/device/cdc_msc_hid/src/tusb_config.h
@@ -108,7 +108,7 @@
//------------- CLASS -------------//
#define CFG_TUD_CDC 1
-#define CFG_TUD_MSC 0
+#define CFG_TUD_MSC 1
#define CFG_TUD_MIDI 0
#define CFG_TUD_CUSTOM_CLASS 0