X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_telescience.c;h=28bf7e7995c9c3f90c195eafb7e190937d9f05e8;hb=HEAD;hp=d448d31854d888212378febdfa1c43d359552666;hpb=f34f0ac7f355149446374a4c82dbf004919bc2dd;p=fw%2Faltos diff --git a/src/product/ao_telescience.c b/src/product/ao_telescience.c index d448d318..28bf7e79 100644 --- a/src/product/ao_telescience.c +++ b/src/product/ao_telescience.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 @@ -28,6 +29,8 @@ main(void) PORTE |= (1 << 6); DDRE |= (1 << 6); + ao_task_init(); + ao_avr_stdio_init(); ao_timer_init(); ao_cmd_init();