Explorar el Código

Merge pull request #224 from grissiom/BBB

BBB: init timer on startup
Bernard Xiong hace 11 años
padre
commit
939176d13a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      bsp/beaglebone/applications/startup.c

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

@@ -43,7 +43,8 @@ void rtthread_startup(void)
     /* initialize timer */
     rt_system_timer_init();
 
-	/* initialize soft timer thread */
+	/* initialize timer */
+	rt_system_timer_init();
 	rt_system_timer_thread_init();
 
 	/* initialize application */