diff options
| author | hathach <[email protected]> | 2024-03-12 16:59:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-03-12 16:59:12 +0700 |
| commit | 2f0ad918cc55d3c58d31cc200991493e4cc8391e (patch) | |
| tree | a9647b460544f8d2b33eeb034afeba81268ed546 /examples/host/bare_api/src | |
| parent | 473d400cfde768e26fe8644bab3d655c81777b64 (diff) | |
| parent | 6b7ceed25c6b7e0195a8b0828d7eb961c147a111 (diff) | |
Merge branch 'master' into fix-rp2040-ctrl-xfer
Diffstat (limited to 'examples/host/bare_api/src')
| -rw-r--r-- | examples/host/bare_api/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/bare_api/src/tusb_config.h b/examples/host/bare_api/src/tusb_config.h index 05ffbdf75..432446e94 100644 --- a/examples/host/bare_api/src/tusb_config.h +++ b/examples/host/bare_api/src/tusb_config.h @@ -71,7 +71,7 @@ #if CFG_TUSB_MCU == OPT_MCU_RP2040 // #define CFG_TUH_RPI_PIO_USB 1 // use pio-usb as host controller - // #define CFG_TUH_RPI_PIO_USB 1 // use max3421 as host controller + // #define CFG_TUH_MAX3421 1 // use max3421 as host controller // 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) |
