rename and change default pio usb pin to adafruit feather usb host

This commit is contained in:
hathach
2023-03-23 13:08:09 +07:00
parent 07976ad26d
commit 4cee79af27
3 changed files with 24 additions and 11 deletions

View File

@@ -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