소스 검색

Revert "BBB: init timer on startup"

This reverts commit 9cdf989c59257c06f46a36c6ee939be18363f857. The timer
has been initialized already.
Grissiom 11 년 전
부모
커밋
0ddf1023f4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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 */