ao-tools/ao-dump-up: Remove spurious flight state strings
authorKeith Packard <keithp@keithp.com>
Fri, 18 Mar 2016 17:50:32 +0000 (10:50 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Mar 2016 17:50:32 +0000 (10:50 -0700)
MicroPeak doesn't have flight states like this...

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/ao-dump-up/ao-dump-up.c

index b1f85af63473fe2485bf33780b7f79bd244efdb5..df05088cadaf2e4cb33d0b61482eac66f5210a5e 100644 (file)
@@ -140,20 +140,6 @@ static int find_header(struct cc_usb *cc)
        }
 }
 
-static const char *state_names[] = {
-       "startup",
-       "idle",
-       "pad",
-       "boost",
-       "fast",
-       "coast",
-       "drogue",
-       "main",
-       "landed",
-       "invalid"
-};
-
-
 int
 main (int argc, char **argv)
 {