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