mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-22 01:07:04 +08:00
Merge pull request #226 from grissiom/hot-fix
Revert "BBB: init timer on startup"
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user