summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-03-18 10:50:32 -0700
committerKeith Packard <keithp@keithp.com>2016-03-18 10:50:32 -0700
commit45d61b79665197ff99f415cda7bd5907830233e9 (patch)
tree2f857511f989213723a748945957e520688cadde
parent25cdbf15e7284eb963070b28dd886aa299af6487 (diff)
ao-tools/ao-dump-up: Remove spurious flight state strings
MicroPeak doesn't have flight states like this... Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--ao-tools/ao-dump-up/ao-dump-up.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/ao-tools/ao-dump-up/ao-dump-up.c b/ao-tools/ao-dump-up/ao-dump-up.c
index b1f85af6..df05088c 100644
--- a/ao-tools/ao-dump-up/ao-dump-up.c
+++ b/ao-tools/ao-dump-up/ao-dump-up.c
@@ -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)
{