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

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

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