[BSP]BM9BF618S:fix timer initialization issue.

This commit is contained in:
MikeMao 2014-08-18 11:18:56 +08:00
parent 45b2f2f07b
commit 45f0e289c6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ void rtthread_startup(void)
/* show version */
rt_show_version();
/* init timer system */
/* init timer system */
rt_system_timer_init();
#ifdef RT_USING_HEAP