Merge pull request #226 from grissiom/hot-fix

Revert "BBB: init timer on startup"
This commit is contained in:
Bernard Xiong 2014-01-06 06:38:34 -08:00
commit 05e9233de6
1 changed files with 1 additions and 2 deletions

View File

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