diff options
| author | hathach <[email protected]> | 2022-04-01 16:38:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-01 16:38:41 +0700 |
| commit | db6cba6a7bdf82f8c131fa2c521b86b10b4d053e (patch) | |
| tree | 4969f03604c31a04ab0de75374dd666e1fc1715d | |
| parent | e6e3dfedc815007d07ea455df04569604d87a856 (diff) | |
rename pio to pio_usb
| -rw-r--r-- | hw/bsp/rp2040/family.cmake | 2 | ||||
| -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 |
