update changelogs for Debian build
[fw/altos] / src / ao_state.c
index 96b4c1a4645dad1feb1ad40608ba7597a51f6db7..ed197aa52ff9aa3c41e1f001d70273ae9f7185da 100644 (file)
@@ -18,6 +18,6 @@
 #include "ao.h"
 
 const char const * const ao_state_names[] = {
-       "startup", "idle", "pad", "boost", "coast",
-       "apogee", "drogue", "main", "landed", "invalid"
+       "startup", "idle", "pad", "boost", "fast",
+       "coast", "drogue", "main", "landed", "invalid"
 };