Switch from GPLv2 to GPLv2+
[fw/altos] / src / product / ao_telepyro.c
index 79454fb7d75bcfa001549972db987af33bbea647..5b8e38c2cde37249cac1b3b9193b70aba7e8e773 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
@@ -25,6 +26,8 @@ main(void)
        PORTE |= (1 << 6);
        DDRE |= (1 << 6);
 
+       ao_task_init();
+
        ao_avr_stdio_init();
        ao_timer_init();
        ao_cmd_init();