From: Keith Packard Date: Fri, 18 Mar 2016 17:50:32 +0000 (-0700) Subject: ao-tools/ao-dump-up: Remove spurious flight state strings X-Git-Tag: 1.6.3~2^2~85 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=45d61b79665197ff99f415cda7bd5907830233e9 ao-tools/ao-dump-up: Remove spurious flight state strings MicroPeak doesn't have flight states like this... Signed-off-by: Keith Packard --- 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) {