diff options
| author | hathach <[email protected]> | 2013-11-06 12:15:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-06 12:15:11 +0700 |
| commit | b2b53e61fbf7a449f1c3db78df0bb2beddb80984 (patch) | |
| tree | 292c5f9804cec9d6da0dd843c6bff7a9c080d62f /demos/host/src | |
| parent | 024858a605c78927f637cadd5e5c5b7764a496bd (diff) | |
refractor dcd_controller_reset & hcd_controller_reset to hal_controller_reset
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/tusb_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index 05c415b13..bbfac4da2 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -76,8 +76,8 @@ #define TUSB_CFG_HOST_HID_KEYBOARD 0
#define TUSB_CFG_HOST_HID_MOUSE 0
#define TUSB_CFG_HOST_HID_GENERIC 0
-#define TUSB_CFG_HOST_MSC 0
-#define TUSB_CFG_HOST_CDC 1
+#define TUSB_CFG_HOST_MSC 1
+#define TUSB_CFG_HOST_CDC 0
#define TUSB_CFG_HOST_CDC_RNDIS 0
//--------------------------------------------------------------------+
|
