diff options
| author | hathach <[email protected]> | 2023-01-12 12:08:56 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-01-12 12:08:56 +0700 |
| commit | e61d4aefe6b9fbab862e7c440ff9ff25ebb5092c (patch) | |
| tree | 8982731af4b7aec300919a80c7baf7c38d7523ee /src | |
| parent | 3cc6cece0783e893d9fadc868f7fb58c81625fe0 (diff) | |
rename driver with dcd_ to be consitent with other ports
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 |
