altos: Add separate 'ao_launch_tick'. Use in pyro and lockout.
[fw/altos] / altoslib / AltosPyro.java
index 18f0da56c35ea56baea6c208971d6ecfe569d5ce..fea4fd5955f7f03d87aa926034b8f294b7df90b2 100644 (file)
@@ -61,8 +61,8 @@ public class AltosPyro {
        public static final int pyro_time_greater               = 0x00000200;
        public static final String pyro_time_less_string        = "t<";
        public static final String pyro_time_greater_string     = "t>";
-       public static final String pyro_time_less_name          = "Time since boost less than (s)";
-       public static final String pyro_time_greater_name       = "Time since boost greater than (s)";
+       public static final String pyro_time_less_name          = "Time since launch less than (s)";
+       public static final String pyro_time_greater_name       = "Time since launch greater than (s)";
        public static final double pyro_time_scale              = 100.0;
 
        public static final int pyro_ascending                  = 0x00000400;