Sfoglia il codice sorgente

[BSP]BM9BF618S:Fix timer initialization issue。

MikeMao 11 anni fa
parent
commit
45b2f2f07b
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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