diff options
| author | hathach <[email protected]> | 2014-03-18 18:38:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-18 18:38:15 +0700 |
| commit | cf82b13a0ef74dca1eebdad577a382af63c82fdc (patch) | |
| tree | 9bbca57e52b767691c9499dc353927b4d00175b8 /demos/device/src/tusb_config.h | |
| parent | eab4f9642c27749a3232f09857079a9c9ab7aeb9 (diff) | |
finish descriptor refractor for hid keyboard & mouse
Diffstat (limited to 'demos/device/src/tusb_config.h')
| -rw-r--r-- | demos/device/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h index 8fdd40f5a..a425a7290 100644 --- a/demos/device/src/tusb_config.h +++ b/demos/device/src/tusb_config.h @@ -63,7 +63,7 @@ #define TUSB_CFG_DEVICE_HID_MOUSE 1
#define TUSB_CFG_DEVICE_HID_GENERIC 0 // not supported yet
#define TUSB_CFG_DEVICE_MSC 1
-#define TUSB_CFG_DEVICE_CDC 0
+#define TUSB_CFG_DEVICE_CDC 1
//--------------------------------------------------------------------+
// COMMON CONFIGURATION
|
