diff options
| author | hathach <[email protected]> | 2013-03-03 12:31:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-03 12:31:18 +0700 |
| commit | 356c32992236dd4f090f2cda0f95bfe79704cc2d (patch) | |
| tree | ec8a8e519362305a9899ff4073540d31ffc6930d /tests/test/support | |
| parent | 5d3e9c4b964a096d765a7cffa9fd0378d16f5c32 (diff) | |
implement hcd_init controller_init
- add test for async list
Diffstat (limited to 'tests/test/support')
| -rw-r--r-- | tests/test/support/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/support/tusb_config.h b/tests/test/support/tusb_config.h index 625232acb..8b83c4367 100644 --- a/tests/test/support/tusb_config.h +++ b/tests/test/support/tusb_config.h @@ -62,7 +62,7 @@ //------------- CORE/CONTROLLER -------------// #define TUSB_CFG_HOST_CONTROLLER_NUM 2 -#define TUSB_CFG_HOST_CONTROLLER_START_INDEX 1 +#define TUSB_CFG_HOST_CONTROLLER_START_INDEX 0 #define TUSB_CFG_HOST_DEVICE_MAX 2 #define TUSB_CFG_CONFIGURATION_MAX 2 |
