diff options
| author | hathach <[email protected]> | 2014-04-18 13:51:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-18 13:51:54 +0700 |
| commit | 2c9ecb300ac162a759d4edcbf6e35f7f15c30d49 (patch) | |
| tree | 54e5697dd4d6830dc17fbe863b86ee4e899e98c9 /tests/support | |
| parent | 06bb9ad7a797d5da58358a59fb874782e1c67b59 (diff) | |
get all tests passed with lpc18xx_43xx. Need to disable some though
Diffstat (limited to 'tests/support')
| -rw-r--r-- | tests/support/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h index 4bc881c75..5d23c6c77 100644 --- a/tests/support/tusb_config.h +++ b/tests/support/tusb_config.h @@ -55,7 +55,7 @@ #define TUSB_CFG_HOST_DEVICE_MAX 5 // TODO be a part of HUB config
//------------- CLASS -------------//
-#define TUSB_CFG_HOST_HUB 1
+#define TUSB_CFG_HOST_HUB 0
#define TUSB_CFG_HOST_HID_KEYBOARD 1
#define TUSB_CFG_HOST_HID_MOUSE 1
#define TUSB_CFG_HOST_HID_GENERIC 0
|
