[BSP]BM9BF618S:Fix timer initialization issue
This commit is contained in:
parent
a8fadf15b1
commit
04a7c95037
|
@ -59,6 +59,7 @@ void rtthread_startup(void)
|
|||
rt_system_scheduler_init();
|
||||
|
||||
/* init timer thread */
|
||||
rt_system_timer_init();
|
||||
rt_system_timer_thread_init();
|
||||
|
||||
/* init application */
|
||||
|
|
Loading…
Reference in New Issue