瀏覽代碼

[BSP]BM9BF618S:Fix timer initialization issue。

MikeMao 11 年之前
父節點
當前提交
45b2f2f07b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      bsp/mb9bf618s/applications/startup.c

+ 2 - 1
bsp/mb9bf618s/applications/startup.c

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