summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorGreg Davill <[email protected]>2022-03-22 23:31:20 +1030
committerGreg Davill <[email protected]>2022-03-22 23:31:20 +1030
commita09c1648f56580bcdb59b08af255442d9240281c (patch)
tree3b484ad166f526412f23a11bdcfb24355feb5ddc /src/portable
parentd828d203fcdc9f6839330e1007a331f740224ab8 (diff)
Fix typo
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/wch/ch32v307/usb_dc_usbhs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/wch/ch32v307/usb_dc_usbhs.c b/src/portable/wch/ch32v307/usb_dc_usbhs.c
index 32645dc5f..3a2c9979e 100644
--- a/src/portable/wch/ch32v307/usb_dc_usbhs.c
+++ b/src/portable/wch/ch32v307/usb_dc_usbhs.c
@@ -26,7 +26,7 @@
#include "tusb_option.h"
-#if CFG_TUD_ENABLED && (CFG_TUSB_MCU == OPT_MCU_CH32VF307)
+#if CFG_TUD_ENABLED && (CFG_TUSB_MCU == OPT_MCU_CH32V307)
#include "device/dcd.h"
#include "usb_ch32_usbhs_reg.h"