diff options
| author | hathach <[email protected]> | 2022-04-08 13:36:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-08 13:36:05 +0700 |
| commit | d5d4909c20f581ef2046932191f487c001d59ca3 (patch) | |
| tree | 1a9e0023c867554886edc12bd694000ca9d937e4 /src/portable | |
| parent | d97c1546957059cfb3063b95d5287e2729f7f79a (diff) | |
proof of concpet that device pio-usb work with host pio-usb
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/raspberrypi/rp2040/dcd_rp2040.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/raspberrypi/rp2040/dcd_rp2040.c b/src/portable/raspberrypi/rp2040/dcd_rp2040.c index 915822798..2d77ad4f9 100644 --- a/src/portable/raspberrypi/rp2040/dcd_rp2040.c +++ b/src/portable/raspberrypi/rp2040/dcd_rp2040.c @@ -26,7 +26,7 @@ #include "tusb_option.h" -#if CFG_TUD_ENABLED && CFG_TUSB_MCU == OPT_MCU_RP2040 +#if CFG_TUD_ENABLED && (CFG_TUSB_MCU == OPT_MCU_RP2040) && !CFG_TUD_RPI_PIO_USB #include "pico.h" #include "rp2040_usb.h" |
