diff options
| author | hathach <[email protected]> | 2013-03-05 14:26:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-05 14:26:36 +0700 |
| commit | 3ed29f5f3c3a66b58b3a7ba87d2b5cc175861013 (patch) | |
| tree | b7125b5f21125ade3f0c13d43c8d2c5b0a53ce55 /tests/test/support | |
| parent | 2c8596edebaedd0ceae46a56385c71c83dda531c (diff) | |
add test & code for hcd_pipe_control_open
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 93d46401b..a9e390540 100644 --- a/tests/test/support/tusb_config.h +++ b/tests/test/support/tusb_config.h @@ -78,7 +78,7 @@ #define HOST_HCD_XFER_ISOCHRONOUS // Test support -#define CONTROLLER_HOST_START_INDEX ( ((CONTROLLER_HOST_NUMBER == 1) && (TUSB_CFG_CONTROLLER1_MODE & TUSB_MODE_HOST)) ? 1 : 0) +#define TEST_CONTROLLER_HOST_START_INDEX ( ((CONTROLLER_HOST_NUMBER == 1) && (TUSB_CFG_CONTROLLER1_MODE & TUSB_MODE_HOST)) ? 1 : 0) //--------------------------------------------------------------------+ // DEVICE CONFIGURATION |
