diff options
| author | hathach <[email protected]> | 2020-05-26 22:11:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-05-26 22:15:00 +0700 |
| commit | 0482f0d6867835d3dbb3939452fbcfaf9727b555 (patch) | |
| tree | 36169d07d11d6bf9d3aadd5ce90bc8ca41fc5c51 /src | |
| parent | 947c3eb10dee55e7c05bee8e10d21a225e311263 (diff) | |
update h743eval with rhport=1 highspeed
Diffstat (limited to 'src')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 472656424..c251d578a 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -138,10 +138,6 @@ #define CFG_TUSB_RHPORT0_MODE OPT_MODE_NONE #endif -//#ifndef CFG_TUSB_RHPORT1_MODE -// #define CFG_TUSB_RHPORT1_MODE OPT_MODE_NONE -//#endif - #if ((CFG_TUSB_RHPORT0_MODE & OPT_MODE_HOST ) && (CFG_TUSB_RHPORT0_MODE & (OPT_MODE_HOST << 8)) ) || \ ((CFG_TUSB_RHPORT0_MODE & OPT_MODE_DEVICE) && (CFG_TUSB_RHPORT0_MODE & (OPT_MODE_DEVICE << 8)) ) #error "TinyUSB currently does not support same modes on more than 1 roothub port" |
