summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-12-26 23:10:32 +0700
committerGitHub <[email protected]>2023-12-26 23:10:32 +0700
commitae364b1460b91153cd94b4b0303eeda6419ff1d1 (patch)
tree38ed41e05021db3b54788eed87623ee949b13348 /src/portable/raspberrypi
parent804f6718ed422ff6aa0dc4f4d547053b1d05c699 (diff)
parent551e47a464f55e1e36e2812e79902f4ef2955a17 (diff)
Merge pull request #2390 from hathach/max3421e-support-rp2040
support max3421e for rp2040
Diffstat (limited to 'src/portable/raspberrypi')
-rw-r--r--src/portable/raspberrypi/rp2040/hcd_rp2040.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/raspberrypi/rp2040/hcd_rp2040.c b/src/portable/raspberrypi/rp2040/hcd_rp2040.c
index 4ed6d36bb..08aef9314 100644
--- a/src/portable/raspberrypi/rp2040/hcd_rp2040.c
+++ b/src/portable/raspberrypi/rp2040/hcd_rp2040.c
@@ -27,7 +27,7 @@
#include "tusb_option.h"
-#if CFG_TUH_ENABLED && (CFG_TUSB_MCU == OPT_MCU_RP2040) && !CFG_TUH_RPI_PIO_USB
+#if CFG_TUH_ENABLED && (CFG_TUSB_MCU == OPT_MCU_RP2040) && !CFG_TUH_RPI_PIO_USB && !CFG_TUH_MAX3421
#include "pico.h"
#include "rp2040_usb.h"