We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff1bb3 commit 756f2c6Copy full SHA for 756f2c6
bsp/stm32f40x/drivers/board.c
@@ -93,7 +93,7 @@ void rt_hw_board_init()
93
/* Configure the SysTick */
94
SysTick_Configuration();
95
96
- rt_hw_usart_init();
+ stm32_hw_usart_init();
97
stm32_hw_pin_init();
98
99
#ifdef RT_USING_CONSOLE
0 commit comments