summaryrefslogtreecommitdiff
path: root/demos/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-02-28 15:50:04 +0700
committerhathach <[email protected]>2014-02-28 15:50:04 +0700
commita1978e20fe04ae98cd54cdddd8f98ba288021d43 (patch)
tree8d3d92e24307a38dfbb9bf11c72ea68753ca9b49 /demos/host/src
parent856be67189c85462726cec9b484d2c3a8794cc8d (diff)
merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h
Diffstat (limited to 'demos/host/src')
-rw-r--r--demos/host/src/tusb_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h
index 09e481bbd..470043259 100644
--- a/demos/host/src/tusb_config.h
+++ b/demos/host/src/tusb_config.h
@@ -65,11 +65,11 @@
//------------- CLASS -------------//
#define TUSB_CFG_HOST_HUB 1
-#define TUSB_CFG_HOST_HID_KEYBOARD 1
+#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_CDC 1
+#define TUSB_CFG_HOST_MSC 0
+#define TUSB_CFG_HOST_CDC 0
#define TUSB_CFG_HOST_CDC_RNDIS 0
//--------------------------------------------------------------------+