MikeMao 11 years ago
parent
commit
b98c70fc3c
1 changed files with 1 additions and 2 deletions
  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