diff options
| author | William D. Jones <[email protected]> | 2019-02-27 08:29:45 -0500 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-02-27 08:30:03 -0500 |
| commit | b3137cdee34b870c536b6ef1b03edb634cd5af1c (patch) | |
| tree | d416a6d0f59769f3fd5d6b632bd768766f50a06c /examples/device | |
| parent | 5a1c5cf0b7eadf11bdf98e2f11c8d065049aeb51 (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.h | 2 |
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 |
