X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_task.c;fp=ao_task.c;h=0e976d7c4247e5e341c40684c2d62a8e2c59018c;hp=0af5043cd67738ea33c1976ce8b569f761c3f1de;hb=823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2;hpb=650a77e209dbb54c8d8fd9824cee430985564973 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(); }