From 45d61b79665197ff99f415cda7bd5907830233e9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 18 Mar 2016 10:50:32 -0700 Subject: [PATCH] ao-tools/ao-dump-up: Remove spurious flight state strings MicroPeak doesn't have flight states like this... Signed-off-by: Keith Packard --- ao-tools/ao-dump-up/ao-dump-up.c | 14 -------------- 1 file changed, 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) { -- 2.30.2