altos/telefireone-v1.0: Track ao_led_init API change
[fw/altos] / src / microkite / ao_pins.h
index 3c56dfb86b3d03a86b02bf52988ebc6f6c9f6842..396b57e3e7e3143c95d3c256a1b2183720cd03f3 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
@@ -62,8 +63,9 @@ typedef int32_t alt_t;
 
 #define AO_ALT_VALUE(x)                ((x) * (alt_t) 10)
 
-#define BOOST_DETECT           1200    /* 100m (ish) */
+#define BOOST_DETECT              0    /* none */
 #define LOG_INTERVAL            200    /* 19.2 seconds */
+#define BOOST_DELAY            0
 
 #define AO_LOG_ID              AO_LOG_ID_MICROKITE