commit
939176d13a
|
@ -43,7 +43,8 @@ void rtthread_startup(void)
|
||||||
/* initialize timer */
|
/* initialize timer */
|
||||||
rt_system_timer_init();
|
rt_system_timer_init();
|
||||||
|
|
||||||
/* initialize soft timer thread */
|
/* initialize timer */
|
||||||
|
rt_system_timer_init();
|
||||||
rt_system_timer_thread_init();
|
rt_system_timer_thread_init();
|
||||||
|
|
||||||
/* initialize application */
|
/* initialize application */
|
||||||
|
|
Loading…
Reference in New Issue