diff options
| author | hathach <[email protected]> | 2014-02-19 15:29:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-02-19 15:29:29 +0700 |
| commit | bbe26facb34959c78efacbd3424606c8a6896c3b (patch) | |
| tree | 93eccccb10b06f53955c2d5459c538cd7e395cf0 /demos/host/src | |
| parent | 03ad1afef9e479c7f34bf4f222ba9e47153c81d3 (diff) | |
some code clean up
NOTE: host on ea4357 does not work anymore
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index c43bb2898..a90dde4d2 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -69,7 +69,7 @@ //------------- CLASS -------------//
#define TUSB_CFG_HOST_HUB 1
#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 1
#define TUSB_CFG_HOST_CDC 0
|
