Преглед на файлове

[BSP] rename the rt_hw_usart_init to stm32_hw_usart_init

Bernard Xiong преди 10 години
родител
ревизия
756f2c67ab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      bsp/stm32f40x/drivers/board.c

+ 1 - 1
bsp/stm32f40x/drivers/board.c

@@ -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