summaryrefslogtreecommitdiff
path: root/src/ao_flight.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-06-14 16:45:19 -0700
committerKeith Packard <keithp@keithp.com>2009-06-14 16:45:19 -0700
commit0f2cbd41332b1b63865c5f1a4e749419b469853a (patch)
treec0332a9093dbf686ccafa2fedd5ebd8e2d27ca29 /src/ao_flight.c
parent5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb (diff)
Rename state apogee -> coast
Diffstat (limited to 'src/ao_flight.c')
-rw-r--r--src/ao_flight.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ao_flight.c b/src/ao_flight.c
index 6de6e7cc..be9b3bb6 100644
--- a/src/ao_flight.c
+++ b/src/ao_flight.c
@@ -325,13 +325,13 @@ ao_flight(void)
* apogee detect
*/
ao_min_vel = abs(ao_flight_vel);
- ao_flight_state = ao_flight_apogee;
+ ao_flight_state = ao_flight_coast;
ao_wakeup(DATA_TO_XDATA(&ao_flight_state));
}
break;
- case ao_flight_apogee:
+ case ao_flight_coast:
- /* apogee detect to drogue deploy:
+ /* apogee detect: coast to drogue deploy:
*
* accelerometer: abs(velocity) > min_velocity + 2m/s
* OR