From 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 14 Jun 2009 16:39:28 -0700 Subject: rename states. launchpad -> pad, coast -> fast --- src/ao_flight_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ao_flight_test.c') diff --git a/src/ao_flight_test.c b/src/ao_flight_test.c index f4731aa8..fde38dc3 100644 --- a/src/ao_flight_test.c +++ b/src/ao_flight_test.c @@ -48,9 +48,9 @@ struct ao_adc { enum ao_flight_state { ao_flight_startup = 0, ao_flight_idle = 1, - ao_flight_launchpad = 2, + ao_flight_pad = 2, ao_flight_boost = 3, - ao_flight_coast = 4, + ao_flight_fast = 4, ao_flight_apogee = 5, ao_flight_drogue = 6, ao_flight_main = 7, @@ -105,7 +105,7 @@ void ao_sleep(void *wchan); const char const * const ao_state_names[] = { - "startup", "idle", "pad", "boost", "coast", + "startup", "idle", "pad", "boost", "fast", "apogee", "drogue", "main", "landed", "invalid" }; -- cgit v1.2.3