提交 0ddf1023 编写于 作者: G Grissiom

Revert "BBB: init timer on startup"

This reverts commit 9cdf989c. The timer
has been initialized already.
上级 14507454
...@@ -43,8 +43,7 @@ void rtthread_startup(void) ...@@ -43,8 +43,7 @@ void rtthread_startup(void)
/* initialize timer */ /* initialize timer */
rt_system_timer_init(); rt_system_timer_init();
/* initialize timer */ /* initialize soft timer thread */
rt_system_timer_init();
rt_system_timer_thread_init(); rt_system_timer_thread_init();
/* initialize application */ /* initialize application */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册