summaryrefslogtreecommitdiff
path: root/ao_task.c
diff options
context:
space:
mode:
Diffstat (limited to 'ao_task.c')
-rw-r--r--ao_task.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao_task.c b/ao_task.c
index 0af5043c..0e976d7c 100644
--- a/ao_task.c
+++ b/ao_task.c
@@ -181,5 +181,6 @@ ao_start_scheduler(void)
{
ao_cur_task_id = AO_NO_TASK;
ao_cur_task = NULL;
+ ao_timer_init();
ao_yield();
}