X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fkernel%2Fao_tracker.h;h=27fa15a896dc7a266fa7a385de37274ec7080679;hb=HEAD;hp=78c40cb4cad949710f007776ca28de48fb50a703;hpb=f49540acd48292bd9f68ded647561d0e800c619d;p=fw%2Faltos diff --git a/src/kernel/ao_tracker.h b/src/kernel/ao_tracker.h index 78c40cb4..27fa15a8 100644 --- a/src/kernel/ao_tracker.h +++ b/src/kernel/ao_tracker.h @@ -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 @@ -29,7 +30,7 @@ void ao_tracker_init(void); void -ao_tracker_erase_start(uint16_t flight); +ao_tracker_erase_start(int32_t flight); void ao_tracker_erase_end(void);