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();
|
lpc_sdram_hw_init();
|
||||||
rt_kprintf("done!\n");
|
rt_kprintf("done!\n");
|
||||||
#endif
|
#endif
|
||||||
|
rt_components_board_init();
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,6 @@ void rtthread_startup(void)
|
|||||||
rt_system_heap_init((void *)HEAP_BEGIN, (void *)HEAP_END);
|
rt_system_heap_init((void *)HEAP_BEGIN, (void *)HEAP_END);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
rt_components_board_init();
|
|
||||||
/* initialize scheduler system */
|
/* initialize scheduler system */
|
||||||
rt_system_scheduler_init();
|
rt_system_scheduler_init();
|
||||||
/* initialize system timer*/
|
/* initialize system timer*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user