X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fkernel%2Fao_report_micro.c;h=9c7afdc56d2a850d28bc2f9a2920b44bfba9c94d;hp=0e8e287f63eae1c123988dd26ee12df95c3868ec;hb=171d12cb7bb0ea185e9b8b6d90e1c0fb94b19008;hpb=24167015705ae831692b95735968b04a876f935e diff --git a/src/kernel/ao_report_micro.c b/src/kernel/ao_report_micro.c index 0e8e287f..9c7afdc5 100644 --- a/src/kernel/ao_report_micro.c +++ b/src/kernel/ao_report_micro.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 @@ -16,6 +17,7 @@ */ #include +#include #define mid(time) ao_led_for(AO_LED_REPORT, time) #define pause(time) ao_delay(time)