diff options
| author | hathach <[email protected]> | 2013-09-26 15:35:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-26 15:35:15 +0700 |
| commit | 26f75d6cac91f0525627ca2086175007614632f8 (patch) | |
| tree | 912c6d6fb5041af6d112053446c8a0dd60b5cb00 /demos/host/src | |
| parent | 238afb474fd2c472e81874c9240bf55dd5c5c271 (diff) | |
house keeping
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index af69b5dcd..1913b7272 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -74,9 +74,9 @@ //------------- CLASS -------------// #define TUSB_CFG_HOST_HUB 0 #define TUSB_CFG_HOST_HID_KEYBOARD 0 -#define TUSB_CFG_HOST_HID_MOUSE 1 +#define TUSB_CFG_HOST_HID_MOUSE 0 #define TUSB_CFG_HOST_HID_GENERIC 0 -#define TUSB_CFG_HOST_MSC 0 +#define TUSB_CFG_HOST_MSC 1 #define TUSB_CFG_HOST_CDC 0 #define TUSB_CFG_HOST_CDC_RNDIS 0 @@ -96,7 +96,7 @@ // COMMON CONFIGURATION //--------------------------------------------------------------------+ -#define TUSB_CFG_DEBUG 3 +#define TUSB_CFG_DEBUG 2 //#define TUSB_CFG_OS TUSB_OS_NONE // defined using eclipse build //#define TUSB_CFG_OS_TASK_PRIO |
