first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / kernel / ao_tracker.h
index 78c40cb4cad949710f007776ca28de48fb50a703..27fa15a896dc7a266fa7a385de37274ec7080679 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
@@ -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);