altos: Call ao_task_init before initializing any drivers
[fw/altos] / src / telebt-v1.0 / ao_telebt.c
index 4a50a9d43b750deb6c4805c8930ea56131382f21..935cde7d173b19f12b27095ff419802726939d04 100644 (file)
@@ -25,6 +25,9 @@ main(void)
        /* Turn on the LED until the system is stable */
        ao_led_init(LEDS_AVAILABLE);
        ao_led_on(AO_LED_RED);
        /* Turn on the LED until the system is stable */
        ao_led_init(LEDS_AVAILABLE);
        ao_led_on(AO_LED_RED);
+
+       ao_task_init();
+
        ao_timer_init();
        ao_cmd_init();
        ao_usb_init();
        ao_timer_init();
        ao_cmd_init();
        ao_usb_init();