提交 37978678 编写于 作者: Z zylx

[BSP][STM32F40X] Fix components init.

上级 27ff16a8
...@@ -34,10 +34,8 @@ ...@@ -34,10 +34,8 @@
void rt_init_thread_entry(void* parameter) void rt_init_thread_entry(void* parameter)
{ {
#ifdef RT_USING_COMPONENTS_INIT
/* initialization RT-Thread Components */ /* initialization RT-Thread Components */
rt_components_init(); rt_components_init();
#endif
/* GDB STUB */ /* GDB STUB */
#ifdef RT_USING_GDB #ifdef RT_USING_GDB
......
...@@ -93,17 +93,11 @@ void rt_hw_board_init() ...@@ -93,17 +93,11 @@ void rt_hw_board_init()
/* Configure the SysTick */ /* Configure the SysTick */
SysTick_Configuration(); SysTick_Configuration();
stm32_hw_usart_init(); rt_components_board_init();
stm32_hw_pin_init();
#ifdef RT_USING_CONSOLE #ifdef RT_USING_CONSOLE
rt_console_set_device(CONSOLE_DEVICE); rt_console_set_device(CONSOLE_DEVICE);
#endif #endif
#ifdef RT_USING_COMPONENTS_INIT
rt_components_board_init();
#endif
} }
/*@}*/ /*@}*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册