提交 915f1adc 编写于 作者: M MikeMao

[BSP]BM9BF618S:fix timer initialization issue.

上级 04a7c950
......@@ -43,6 +43,9 @@ void rtthread_startup(void)
/* show version */
rt_show_version();
/* init timer system */
rt_system_timer_init();
#ifdef RT_USING_HEAP
#ifdef __CC_ARM
......@@ -59,7 +62,6 @@ void rtthread_startup(void)
rt_system_scheduler_init();
/* init timer thread */
rt_system_timer_init();
rt_system_timer_thread_init();
/* init application */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册