diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/wch/ch32v307/ch32_usbhs_reg.h (renamed from src/portable/wch/ch32v307/usb_ch32_usbhs_reg.h) | 0 | ||||
| -rw-r--r-- | src/portable/wch/ch32v307/dcd_usbhs.c (renamed from src/portable/wch/ch32v307/usb_dc_usbhs.c) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/wch/ch32v307/usb_ch32_usbhs_reg.h b/src/portable/wch/ch32v307/ch32_usbhs_reg.h index 5a2c1fbc9..5a2c1fbc9 100644 --- a/src/portable/wch/ch32v307/usb_ch32_usbhs_reg.h +++ b/src/portable/wch/ch32v307/ch32_usbhs_reg.h diff --git a/src/portable/wch/ch32v307/usb_dc_usbhs.c b/src/portable/wch/ch32v307/dcd_usbhs.c index 39fd41392..7a0dcfc23 100644 --- a/src/portable/wch/ch32v307/usb_dc_usbhs.c +++ b/src/portable/wch/ch32v307/dcd_usbhs.c @@ -29,7 +29,7 @@ #if CFG_TUD_ENABLED && (CFG_TUSB_MCU == OPT_MCU_CH32V307) #include "device/dcd.h" -#include "usb_ch32_usbhs_reg.h" +#include "ch32_usbhs_reg.h" #include "core_riscv.h" // Max number of bi-directional endpoints including EP0 |
