summaryrefslogtreecommitdiff
path: root/ao_monitor.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-05-13 20:38:11 -0700
committerKeith Packard <keithp@keithp.com>2009-05-13 20:38:11 -0700
commit05493b98eb1ae4d30cb0b600849d70b03fa33594 (patch)
tree4b5e47b0d0305bdb593fefd71811a7dcbb803867 /ao_monitor.c
parentd085d43701e3cdd2119e947a9ae45baa78c80318 (diff)
Split out ao_state_names to separate file
Allows state names to be used in programs without monitoring enabled. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_monitor.c')
-rw-r--r--ao_monitor.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ao_monitor.c b/ao_monitor.c
index 5930afaa..2f6584bc 100644
--- a/ao_monitor.c
+++ b/ao_monitor.c
@@ -17,11 +17,6 @@
#include "ao.h"
-const char const * const ao_state_names[] = {
- "startup", "idle", "pad", "boost", "coast",
- "apogee", "drogue", "main", "landed", "invalid"
-};
-
__xdata uint8_t ao_monitoring;
__pdata uint8_t ao_monitor_led;