diff options
| author | hathach <[email protected]> | 2024-06-18 12:53:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-06-18 12:53:57 +0700 |
| commit | d945261aef7e2c922153e2a85d00791dd1930740 (patch) | |
| tree | 982561c522904a568ca48a5962e5d27bacf1a824 /examples | |
| parent | f93eb40b1d9f52ec4b8557e190ad64b3588c63c9 (diff) | |
LOG3 in isr
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/device_info/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/device_info/src/tusb_config.h b/examples/host/device_info/src/tusb_config.h index 484f651b1..2e9731eaf 100644 --- a/examples/host/device_info/src/tusb_config.h +++ b/examples/host/device_info/src/tusb_config.h @@ -70,7 +70,7 @@ #define CFG_TUH_ENABLED 1 #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 pio-usb 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 |
