diff options
| author | hathach <[email protected]> | 2014-03-21 16:32:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-21 16:32:39 +0700 |
| commit | d2d0d0a6d528bd44c73ceeea6fbf1093dc339786 (patch) | |
| tree | 979467b17eeb4fe3c8e773364ec2dae6987aab37 /demos/device/src/tusb_config.h | |
| parent | 34c60cdca30a2106a3bf578b45c9cc4b049310ed (diff) | |
clean up some device warnings
move led_blinking_task and led_blinking_set_interval to board.c
Diffstat (limited to 'demos/device/src/tusb_config.h')
| -rw-r--r-- | demos/device/src/tusb_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h index a425a7290..295e3d69a 100644 --- a/demos/device/src/tusb_config.h +++ b/demos/device/src/tusb_config.h @@ -53,7 +53,7 @@ //--------------------------------------------------------------------+
// DEVICE CONFIGURATION
//--------------------------------------------------------------------+
-#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE 64 // TODO refractor remove
+#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE 64
#define TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNT 4
#define TUSB_CFG_DEVICE_FULLSPEED 1 // TODO refractor, remove
@@ -62,7 +62,7 @@ #define TUSB_CFG_DEVICE_HID_KEYBOARD 1
#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_MSC 0
#define TUSB_CFG_DEVICE_CDC 1
//--------------------------------------------------------------------+
|
