altos: Have MicroKite just start recording at startup
[fw/altos] / src / product / ao_micropeak.h
index 396b9a235b60ac304107d1e6bcb45cedc503e59d..622f5a69700a13eda68311b8a0114691556c5efc 100644 (file)
@@ -41,7 +41,9 @@
 #endif
 
 /* Wait after power on before doing anything to give the user time to assemble the rocket */
+#ifndef BOOST_DELAY
 #define BOOST_DELAY            AO_SEC_TO_TICKS(60)
+#endif
 
 /* Pressure change (in Pa) to detect landing */
 #define LAND_DETECT            24      /* 2m at sea level, 2.4m at 2000m */