diff options
| author | hathach <[email protected]> | 2013-03-04 18:46:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-04 18:46:02 +0700 |
| commit | 2c8596edebaedd0ceae46a56385c71c83dda531c (patch) | |
| tree | de683bd9a77da9906879aa8e21d3cc546407b3c4 /tests/test/support | |
| parent | a259be6edf5bb0f8c4e77f3b321a826d8e86bd25 (diff) | |
abstract call chains from hal usb isr
Diffstat (limited to 'tests/test/support')
| -rw-r--r-- | tests/test/support/tusb_config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test/support/tusb_config.h b/tests/test/support/tusb_config.h index 70652209d..93d46401b 100644 --- a/tests/test/support/tusb_config.h +++ b/tests/test/support/tusb_config.h @@ -79,12 +79,10 @@ // Test support #define CONTROLLER_HOST_START_INDEX ( ((CONTROLLER_HOST_NUMBER == 1) && (TUSB_CFG_CONTROLLER1_MODE & TUSB_MODE_HOST)) ? 1 : 0) + //--------------------------------------------------------------------+ // DEVICE CONFIGURATION //--------------------------------------------------------------------+ -//#define TUSB_CFG_DEVICE - -//------------- CORE/CONTROLLER -------------// //------------- CLASS -------------// //#define TUSB_CFG_DEVICE_CDC |
