diff options
| author | Ha Thach <[email protected]> | 2023-03-23 14:22:39 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-23 14:22:39 +0700 |
| commit | cd0fdc32644f21a4946563c065c9bddfa32d60ee (patch) | |
| tree | 8f34ffc05377755c6d7fcbe713ab1a68c3f02cb6 /examples/host | |
| parent | 07976ad26d4fbcad0694aa3a08294af7fd5f759f (diff) | |
| parent | 4cee79af274c999b885b05c79ab1082c01dcc25a (diff) | |
Merge pull request #1974 from hathach/pico-pio-name
rename and change default pio usb pin to adafruit feather usb host
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index 6d5933bca..6c5e68a87 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -36,7 +36,7 @@ #if CFG_TUSB_MCU == OPT_MCU_RP2040 // change to 1 if using pico-pio-usb as host controller for raspberry rp2040 -#define CFG_TUH_RPI_PIO_USB 1 +#define CFG_TUH_RPI_PIO_USB 0 #define BOARD_TUH_RHPORT CFG_TUH_RPI_PIO_USB #endif |
