altoslib: fix computation of TeleGPS battery voltage
[fw/altos] / src / teleballoon-v1.1 / ao_teleballoon.c
index c8bf7760f89741198753c5bd857b9323b698a9e0..bdbf91d4cafd724c92bacf0d3d9d1d1f3711c68f 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -52,6 +53,8 @@ main(void)
                while (P1_3 == 0)
                        ;
        }
+       ao_task_init();
+
        ao_timer_init();
        ao_adc_init();
        ao_beep_init();