Revert "BBB: init timer on startup"
This reverts commit 9cdf989c59
. The timer
has been initialized already.
This commit is contained in:
parent
14507454a5
commit
0ddf1023f4
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue