diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-06-13 15:55:13 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 13:49:27 +0100 |
commit | 212eda07c4e481e3341ede37b0877fa22bc042a4 (patch) | |
tree | 4120fa1af0c6f3e3e72ea56ed9ec7687913d4fa9 /test | |
parent | 49fc021337eba2e9cea228e80e1f95ef21b30cd2 (diff) |
Timers: Fix tests after timer change
Diffstat (limited to 'test')
-rw-r--r-- | test/bt-utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bt-utils.c b/test/bt-utils.c index aaeb77b8..571ef2fa 100644 --- a/test/bt-utils.c +++ b/test/bt-utils.c @@ -62,6 +62,7 @@ bt_bird_init(void) resource_init(); olock_init(); + timer_init(); io_init(); rt_init(); if_init(); |