diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-14 16:39:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-14 16:39:28 -0700 |
commit | 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb (patch) | |
tree | 37da562b79b9508b8399854ce19ec41a10ddc155 /src/ao_state.c | |
parent | 8c40f19acd09fe93d492c9355da8a1198c34b1c3 (diff) |
rename states. launchpad -> pad, coast -> fast
Diffstat (limited to 'src/ao_state.c')
-rw-r--r-- | src/ao_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_state.c b/src/ao_state.c index 96b4c1a4..c3443503 100644 --- a/src/ao_state.c +++ b/src/ao_state.c @@ -18,6 +18,6 @@ #include "ao.h" const char const * const ao_state_names[] = { - "startup", "idle", "pad", "boost", "coast", + "startup", "idle", "pad", "boost", "fast", "apogee", "drogue", "main", "landed", "invalid" }; |