BBB: init timer on startup

It could fix the problem encountered in
https://groups.google.com/forum/?hl=en#!topic/rt-thread-cnusers/tpqZOMsIp8I
This commit is contained in:
Grissiom 2013-12-27 16:25:14 +08:00
parent 259baec238
commit 9cdf989c59
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ void rtthread_startup(void)
/* initialize timer */
rt_system_timer_init();
/* initialize soft timer thread */
/* initialize timer */
rt_system_timer_init();
rt_system_timer_thread_init();
/* initialize application */