diff options
author | Keith Packard <keithp@keithp.com> | 2016-03-18 10:50:32 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-03-18 10:50:32 -0700 |
commit | 45d61b79665197ff99f415cda7bd5907830233e9 (patch) | |
tree | 2f857511f989213723a748945957e520688cadde /ao-tools | |
parent | 25cdbf15e7284eb963070b28dd886aa299af6487 (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>
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/ao-dump-up/ao-dump-up.c | 14 |
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) { |