altos: Call ao_task_init before initializing any drivers
[fw/altos] / src / teleshield-v0.1 / ao_teleshield.c
index 4c32817af214eb3cc624ea41f2b2589c71e6e757..d602f6464005c2e3708171b80082c4b883da9ce4 100644 (file)
@@ -29,6 +29,7 @@ main(void)
        /* 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_spi_init();