Browse Source

remove rt_hw_uart_init() function invoke in startup.c

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@471 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 15 years ago
parent
commit
b2331cb292
1 changed files with 1 additions and 2 deletions
  1. 1 2
      bsp/stm32_radio/startup.c

+ 1 - 2
bsp/stm32_radio/startup.c

@@ -106,8 +106,7 @@ void rtthread_startup(void)
 
 
     codec_hw_init();
     codec_hw_init();
 
 
-    /* init hardware serial device */
-    rt_hw_usart_init();
+    /* init hardware device */
 #ifdef RT_USING_DFS
 #ifdef RT_USING_DFS
     GPIO_ResetBits(GPIOC,GPIO_Pin_6);
     GPIO_ResetBits(GPIOC,GPIO_Pin_6);
     rt_hw_sdcard_init();
     rt_hw_sdcard_init();