X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_telepyro.c;h=5b8e38c2cde37249cac1b3b9193b70aba7e8e773;hb=db12c17e9538bd82f2c2bf21357887ee7d894a1c;hp=79454fb7d75bcfa001549972db987af33bbea647;hpb=5860f75677ee20fcf35ab89a6b62f3e14a1c32f5;p=fw%2Faltos diff --git a/src/product/ao_telepyro.c b/src/product/ao_telepyro.c index 79454fb7..5b8e38c2 100644 --- a/src/product/ao_telepyro.c +++ b/src/product/ao_telepyro.c @@ -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();