mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 19:03:31 +08:00
mv rt_components_board_init to rt_hw_board_init
This commit is contained in:
parent
9ddd395eb1
commit
95fe1d15ca
@ -64,5 +64,5 @@ void rt_hw_board_init()
|
||||
lpc_sdram_hw_init();
|
||||
rt_kprintf("done!\n");
|
||||
#endif
|
||||
|
||||
rt_components_board_init();
|
||||
}
|
||||
|
@ -39,7 +39,6 @@ void rtthread_startup(void)
|
||||
rt_system_heap_init((void *)HEAP_BEGIN, (void *)HEAP_END);
|
||||
#endif
|
||||
#endif
|
||||
rt_components_board_init();
|
||||
/* initialize scheduler system */
|
||||
rt_system_scheduler_init();
|
||||
/* initialize system timer*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user