Browse Source

Merge pull request #226 from grissiom/hot-fix

Revert "BBB: init timer on startup"
Bernard Xiong 11 years ago
parent
commit
05e9233de6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      bsp/beaglebone/applications/startup.c

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

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