diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-14 16:45:19 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-14 16:45:19 -0700 |
commit | 0f2cbd41332b1b63865c5f1a4e749419b469853a (patch) | |
tree | c0332a9093dbf686ccafa2fedd5ebd8e2d27ca29 /src/ao.h | |
parent | 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb (diff) |
Rename state apogee -> coast
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -556,7 +556,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, |