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
This commit is contained in:
parent
72a5992592
commit
b2331cb292
|
@ -106,8 +106,7 @@ void rtthread_startup(void)
|
|||
|
||||
codec_hw_init();
|
||||
|
||||
/* init hardware serial device */
|
||||
rt_hw_usart_init();
|
||||
/* init hardware device */
|
||||
#ifdef RT_USING_DFS
|
||||
GPIO_ResetBits(GPIOC,GPIO_Pin_6);
|
||||
rt_hw_sdcard_init();
|
||||
|
|
Loading…
Reference in New Issue