diff options
| author | Ha Thach <[email protected]> | 2024-03-04 18:07:35 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-04 18:07:35 +0700 |
| commit | a0e5626bc50d484a23f33000c48082179f0cc2dd (patch) | |
| tree | 92b727de77ade99501080f0f3a190db8176de035 /examples/host/bare_api/src | |
| parent | 6a9bca9ed32fd9b78fdd14f082f6c0e566740c52 (diff) | |
| parent | 1d3969acbd1d85753c8ad085097a26dcd628afcb (diff) | |
Merge pull request #2503 from hathach/tuh-set-config-abort-all-ep
[host] abort all pending transfer when SET_CONFIGURATION is complete
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) |
