aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/timer/timer_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c
index 339404e4b..26fcbc938 100644
--- a/tests/timer/timer_test.c
+++ b/tests/timer/timer_test.c
@@ -65,6 +65,6 @@ int main(int argc, char** argv)
bsc_schedule_timer(&timer_three, 4, 0);
while (1) {
- bsc_select_main();
+ bsc_select_main(0);
}
}