summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/bsp/rp2040/family.cmake2
-rw-r--r--src/portable/raspberrypi/pio_usb/hcd_pio_usb.c (renamed from src/portable/raspberrypi/pio/hcd_pio.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake
index b56ee6a6d..4cec645a2 100644
--- a/hw/bsp/rp2040/family.cmake
+++ b/hw/bsp/rp2040/family.cmake
@@ -89,7 +89,7 @@ if (NOT TARGET _rp2040_family_inclusion_marker)
${TOP}/src/class/msc/msc_host.c
${TOP}/src/class/vendor/vendor_host.c
- ${TOP}/src/portable/raspberrypi/pio/hcd_pio.c
+ ${TOP}/src/portable/raspberrypi/pio_usb/hcd_pio_usb.c
${TOP}/lib/Pico-PIO-USB/pio_usb.c
${TOP}/lib/Pico-PIO-USB/pio_usb_port.c
${TOP}/lib/Pico-PIO-USB/usb_crc.c
diff --git a/src/portable/raspberrypi/pio/hcd_pio.c b/src/portable/raspberrypi/pio_usb/hcd_pio_usb.c
index 037ebc132..037ebc132 100644
--- a/src/portable/raspberrypi/pio/hcd_pio.c
+++ b/src/portable/raspberrypi/pio_usb/hcd_pio_usb.c