altos: Changes required by cc1111 multi-spi support
[fw/altos] / src / teleballoon-v1.1 / ao_teleballoon.c
index 3f12a59cda41de833d70d87ce46cc85122d2d448..867e98ab2fe26f9c23400d802b58de926e6be8de 100644 (file)
@@ -26,6 +26,8 @@ ao_ignite_set_pins(void)
        AO_IGNITER_DIR |= AO_IGNITER_DROGUE_BIT | AO_IGNITER_MAIN_BIT;
 }
 
+__pdata uint16_t ao_motor_number;
+
 void
 main(void)
 {
@@ -50,6 +52,8 @@ main(void)
                while (P1_3 == 0)
                        ;
        }
+       ao_task_init();
+
        ao_timer_init();
        ao_adc_init();
        ao_beep_init();