[BSP]BM9BF618S:fix timer initialization issue.

This commit is contained in:
MikeMao 2014-08-18 10:11:32 +08:00
parent 04a7c95037
commit 915f1adc93

View File

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