Jelajahi Sumber

[BSP]BM9BF618S:Fix timer initialization issue。

MikeMao 11 tahun lalu
induk
melakukan
45b2f2f07b
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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