[BSP]BM9BF618S:Fix timer initialization issue

This commit is contained in:
MikeMao 2014-08-15 20:13:54 +08:00
parent a8fadf15b1
commit 04a7c95037
1 changed files with 1 additions and 0 deletions

View File

@ -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 */