diff options
| author | hathach <[email protected]> | 2013-06-26 18:00:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-26 18:00:05 +0700 |
| commit | ea2e63a332a0d46971f32bd84c84851c2246fe8c (patch) | |
| tree | 16dddc010f48df6e770a0ee5abdba2029ea8b61d /tests/support | |
| parent | c7f7bc9808715c2be40b2b54f27b4ddab71f0279 (diff) | |
remove app_os_prio.h in os_none configure
remove instance_num in hidh API
temporarily pause device stack developement
should fix travis-ci build error
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 83dcf78e2..eb7b462c5 100644 --- a/tests/support/tusb_config.h +++ b/tests/support/tusb_config.h @@ -60,7 +60,7 @@ // CONTROLLER CONFIGURATION //--------------------------------------------------------------------+ #define TUSB_CFG_CONTROLLER0_MODE (TUSB_MODE_HOST | TUSB_MODE_DEVICE) -#define TUSB_CFG_CONTROLLER1_MODE TUSB_MODE_HOST +#define TUSB_CFG_CONTROLLER1_MODE (TUSB_MODE_NONE) //--------------------------------------------------------------------+ // HOST CONFIGURATION |
