mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
[BSP] rename the rt_hw_usart_init to stm32_hw_usart_init
This commit is contained in:
@@ -93,7 +93,7 @@ void rt_hw_board_init()
|
||||
/* Configure the SysTick */
|
||||
SysTick_Configuration();
|
||||
|
||||
rt_hw_usart_init();
|
||||
stm32_hw_usart_init();
|
||||
stm32_hw_pin_init();
|
||||
|
||||
#ifdef RT_USING_CONSOLE
|
||||
|
||||
Reference in New Issue
Block a user