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();
|
codec_hw_init();
|
||||||
|
|
||||||
/* init hardware serial device */
|
/* init hardware device */
|
||||||
rt_hw_usart_init();
|
|
||||||
#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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user