diff options
| author | hathach <[email protected]> | 2013-09-26 15:15:16 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-26 15:15:16 +0700 |
| commit | 238afb474fd2c472e81874c9240bf55dd5c5c271 (patch) | |
| tree | ab4d41890e75d7df0b0b960b5a7df245f2a2a5ec /demos/host/src | |
| parent | a6726f7d39e15cb01196eaba91ab494b54a00bdb (diff) | |
house keeping
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 99edfcf7b..af69b5dcd 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -76,7 +76,7 @@ #define TUSB_CFG_HOST_HID_KEYBOARD 0 #define TUSB_CFG_HOST_HID_MOUSE 1 #define TUSB_CFG_HOST_HID_GENERIC 0 -#define TUSB_CFG_HOST_MSC 1 +#define TUSB_CFG_HOST_MSC 0 #define TUSB_CFG_HOST_CDC 0 #define TUSB_CFG_HOST_CDC_RNDIS 0 |
