瀏覽代碼

[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 */
     /* Configure the SysTick */
     SysTick_Configuration();
     SysTick_Configuration();
 
 
-    rt_hw_usart_init();
+    stm32_hw_usart_init();
     stm32_hw_pin_init();
     stm32_hw_pin_init();
     
     
 #ifdef RT_USING_CONSOLE
 #ifdef RT_USING_CONSOLE