disable device mouse by default

fix hal_debugger_is_attached with lpc11u
This commit is contained in:
hathach
2014-04-19 02:33:30 +07:00
parent d1ecec49d1
commit 9a48a4aa03
3 changed files with 7 additions and 7 deletions

View File

@@ -57,7 +57,7 @@
//------------- CLASS -------------//
#define TUSB_CFG_DEVICE_HID_KEYBOARD 1
#define TUSB_CFG_DEVICE_HID_MOUSE 1
#define TUSB_CFG_DEVICE_HID_MOUSE 0
#define TUSB_CFG_DEVICE_HID_GENERIC 0 // not supported yet
#define TUSB_CFG_DEVICE_MSC 1
#define TUSB_CFG_DEVICE_CDC 1