summaryrefslogtreecommitdiff
path: root/demos/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-12-16 12:35:05 +0700
committerhathach <[email protected]>2013-12-16 12:35:05 +0700
commit75ffc0bfecc380995c818ab602e3cb4170aa6720 (patch)
tree28c48f31d28ac8d748f9e0484d77b89aeff592f4 /demos/host/src
parent736cbdc276f2c03a547ce8d9f58f0117bb732789 (diff)
implement ohci
- hcd_port_reset - hcd_port_connect_status - hcd_port_speed_get - hcd_pipe_control_open - hcd_pipe_control_xfer - done_queue_isr for control xfer able to go through enumeration with MSC device
Diffstat (limited to 'demos/host/src')
-rw-r--r--demos/host/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h
index fc1399cae..8592d202c 100644
--- a/demos/host/src/tusb_config.h
+++ b/demos/host/src/tusb_config.h
@@ -60,7 +60,7 @@
//--------------------------------------------------------------------+
// HOST CONFIGURATION
//--------------------------------------------------------------------+
-#define TUSB_CFG_HOST_DEVICE_MAX 3
+#define TUSB_CFG_HOST_DEVICE_MAX 1
#define TUSB_CFG_CONFIGURATION_MAX 1
//------------- USBD -------------//