diff options
| author | IngHK <[email protected]> | 2024-03-21 08:30:49 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-03-21 08:30:49 +0100 |
| commit | 1bbd658352f5ecbfea13343df20cd02597dc31fd (patch) | |
| tree | f4454789c81f52afed0433d2f448105c5a80ccd4 /examples/host/bare_api/src/tusb_config.h | |
| parent | cb69ed0d0423b8e09ae77307fcc01165ae4c9386 (diff) | |
| parent | 60764de56461edbf1e8bafe4e73fdc97ec3d2e6e (diff) | |
Merge remote-tracking branch 'remotes/hathach/master' into work
Diffstat (limited to 'examples/host/bare_api/src/tusb_config.h')
| -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) |
