diff options
| author | IngHK <[email protected]> | 2024-03-30 16:38:25 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-03-31 10:27:15 +0200 |
| commit | 37cce8746d7b3b80bf9a19917bf9a2e3c6d85e8c (patch) | |
| tree | 249c438ab8d52b6daa176e871353fb6cb774b4c4 /examples/host/bare_api/src | |
| parent | 8ded6d3d2eeb57dbffe1db9cdacaf3ae7c0159a7 (diff) | |
updated all tusb_config.h
Diffstat (limited to 'examples/host/bare_api/src')
| -rw-r--r-- | examples/host/bare_api/src/tusb_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/bare_api/src/tusb_config.h b/examples/host/bare_api/src/tusb_config.h index 432446e94..8bdcb4fba 100644 --- a/examples/host/bare_api/src/tusb_config.h +++ b/examples/host/bare_api/src/tusb_config.h @@ -72,6 +72,7 @@ #if CFG_TUSB_MCU == OPT_MCU_RP2040 // #define CFG_TUH_RPI_PIO_USB 1 // use pio-usb as host controller // #define CFG_TUH_MAX3421 1 // use max3421 as host controller + // #define CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME 3 // max. transfer attemps per frame // host roothub port is 1 if using either pio-usb or max3421 #if (defined(CFG_TUH_RPI_PIO_USB) && CFG_TUH_RPI_PIO_USB) || (defined(CFG_TUH_MAX3421) && CFG_TUH_MAX3421) |
