diff options
| author | hathach <[email protected]> | 2020-09-01 17:12:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-09-01 17:12:31 +0700 |
| commit | f4e3c6fd8ee125123e2cfa704d61dab34be576c5 (patch) | |
| tree | 46750981f4086acade240fac29346a259905fe10 /test | |
| parent | be708bb8a444a6e8f8676be842fcfd02a583ed0b (diff) | |
clean up
Diffstat (limited to 'test')
| -rw-r--r-- | test/test/support/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/support/tusb_config.h b/test/test/support/tusb_config.h index 80ea0a1ea..a18d86598 100644 --- a/test/test/support/tusb_config.h +++ b/test/test/support/tusb_config.h @@ -43,7 +43,7 @@ #define CFG_TUSB_MCU OPT_MCU_NRF5X #endif -#define CFG_TUSB_RHPORT0_MODE (OPT_MODE_DEVICE | OPT_MODE_HIGH_SPEED) +#define CFG_TUSB_RHPORT0_MODE (OPT_MODE_DEVICE | OPT_MODE_HOST | OPT_MODE_HIGH_SPEED) #define CFG_TUSB_OS OPT_OS_NONE // CFG_TUSB_DEBUG is defined by compiler in DEBUG build |
