Rename state apogee -> coast
[fw/altos] / src / ao_flight_test.c
index fde38dc334b2ccbbdc43902eba076b27241937e4..1466b886cae1576d062dad778c6ac49cf03b9aea 100644 (file)
@@ -51,7 +51,7 @@ enum ao_flight_state {
        ao_flight_pad = 2,
        ao_flight_boost = 3,
        ao_flight_fast = 4,
-       ao_flight_apogee = 5,
+       ao_flight_coast = 5,
        ao_flight_drogue = 6,
        ao_flight_main = 7,
        ao_flight_landed = 8,
@@ -106,7 +106,7 @@ ao_sleep(void *wchan);
 
 const char const * const ao_state_names[] = {
        "startup", "idle", "pad", "boost", "fast",
-       "apogee", "drogue", "main", "landed", "invalid"
+       "coast", "drogue", "main", "landed", "invalid"
 };
 
 struct ao_cmds {