aboutsummaryrefslogtreecommitdiff
path: root/example/timer/odp_timer_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/timer/odp_timer_simple.c')
-rw-r--r--example/timer/odp_timer_simple.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/timer/odp_timer_simple.c b/example/timer/odp_timer_simple.c
index 116f8ba60..ddefb0d2a 100644
--- a/example/timer/odp_timer_simple.c
+++ b/example/timer/odp_timer_simple.c
@@ -81,6 +81,9 @@ int main(int argc ODP_UNUSED, char *argv[] ODP_UNUSED)
goto err;
}
+ /* Configure scheduler */
+ odp_schedule_config(NULL);
+
/*
* Create a queue for timer test
*/