altos: use %lu for APRS altitude in sprintf
[fw/altos] / src / telemini-v2.0 / ao_telemini.c
index 0d8dd1cb637785bdffe8f7f4794e3c25ddba80b4..a9ee423c9db11edcf087bc99bec187b7bb1e761e 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
@@ -19,8 +20,6 @@
 #include "ao_pins.h"
 #include <ao_exti.h>
 
-__xdata uint8_t ao_force_freq;
-
 void
 main(void)
 {