Timers: Fix tests after timer change
This commit is contained in:
parent
49fc021337
commit
212eda07c4
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ t_ev_run_list(void)
|
|||
|
||||
resource_init();
|
||||
olock_init();
|
||||
timer_init();
|
||||
io_init();
|
||||
rt_init();
|
||||
if_init();
|
||||
|
|
|
@ -62,6 +62,7 @@ bt_bird_init(void)
|
|||
|
||||
resource_init();
|
||||
olock_init();
|
||||
timer_init();
|
||||
io_init();
|
||||
rt_init();
|
||||
if_init();
|
||||
|
|
Loading…
Reference in a new issue