Skip to content

Commit 756f2c6

Browse files
committed
[BSP] rename the rt_hw_usart_init to stm32_hw_usart_init
1 parent bff1bb3 commit 756f2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32f40x/drivers/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void rt_hw_board_init()
9393
/* Configure the SysTick */
9494
SysTick_Configuration();
9595

96-
rt_hw_usart_init();
96+
stm32_hw_usart_init();
9797
stm32_hw_pin_init();
9898

9999
#ifdef RT_USING_CONSOLE

0 commit comments

Comments
 (0)