Skip to content

Commit fdddb81

Browse files
committed
[bsp][wch]:fix ci err
1 parent 7de1d74 commit fdddb81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsp/wch/risc-v/ch32v307v-r1/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ CONFIG_SOC_CH32V307VC=y
13851385
#
13861386
CONFIG_BSP_USING_GPIO=y
13871387
CONFIG_BSP_USING_UART=y
1388-
CONFIG_BSP_USING_UART1=y
1388+
CONFIG_BSP_USING_USART1=y
13891389
# CONFIG_BSP_USING_UART2 is not set
13901390
# CONFIG_BSP_USING_UART3 is not set
13911391
# CONFIG_BSP_USING_UART4 is not set

bsp/wch/risc-v/ch32v307v-r1/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399

400400
#define BSP_USING_GPIO
401401
#define BSP_USING_UART
402-
#define BSP_USING_UART1
402+
#define BSP_USING_USART1
403403
#define LSI_VALUE 40000
404404
/* end of On-chip Peripheral Drivers */
405405

0 commit comments

Comments
 (0)