mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
[BSP]BM9BF618S:Fix timer initialization issue
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user