提交 9cdf989c 编写于 作者: G Grissiom

BBB: init timer on startup

It could fix the problem encountered in
https://groups.google.com/forum/?hl=en#!topic/rt-thread-cnusers/tpqZOMsIp8I
上级 259baec2
...@@ -43,7 +43,8 @@ void rtthread_startup(void) ...@@ -43,7 +43,8 @@ void rtthread_startup(void)
/* initialize timer */ /* initialize timer */
rt_system_timer_init(); rt_system_timer_init();
/* initialize soft timer thread */ /* initialize timer */
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.
先完成此消息的编辑!
想要评论请 注册