summaryrefslogtreecommitdiff
path: root/tests/test/support
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-08 12:12:10 +0700
committerhathach <[email protected]>2013-02-08 12:12:10 +0700
commit489b98cb933e1f4b164bf1172a405d22528d2b8b (patch)
treec39a7143190459979f398b13bf1a7426accf0258 /tests/test/support
parentef0e105da669c7a3d8ae781dac11a37d52c63fa0 (diff)
add TUSB_CFG_HOST_CONTROLLER_START_INDEX
update usbh_init and test code for TUSB_CFG_HOST_CONTROLLER_START_INDEX clean up some
Diffstat (limited to 'tests/test/support')
-rw-r--r--tests/test/support/tusb_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/support/tusb_config.h b/tests/test/support/tusb_config.h
index 8850cce45..c9012afd7 100644
--- a/tests/test/support/tusb_config.h
+++ b/tests/test/support/tusb_config.h
@@ -62,6 +62,8 @@
//------------- CORE/CONTROLLER -------------//
#define TUSB_CFG_HOST_CONTROLLER_NUM 2
+#define TUSB_CFG_HOST_CONTROLLER_START_INDEX 1
+
#define TUSB_CFG_HOST_DEVICE_MAX 2
#define TUSB_CFG_CONFIGURATION_MAX 2