summaryrefslogtreecommitdiff
path: root/src/core/ao_pyro.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-26 19:03:12 -0600
committerKeith Packard <keithp@keithp.com>2013-05-26 19:03:12 -0600
commit62547a042d042fadec652c5081f96816a8e66970 (patch)
tree6ca8ab7bd5361de478a5e6a642d1134bec819063 /src/core/ao_pyro.h
parent277577fecc71e3c52b823938f396cf42be403ebe (diff)
altos,altosui: Add pyro state logging for TeleMega
Only in the log file (no obvious space in the telem packets), but at least we should be able to check for pyro failures. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_pyro.h')
-rw-r--r--src/core/ao_pyro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao_pyro.h b/src/core/ao_pyro.h
index cde850ad..1f838542 100644
--- a/src/core/ao_pyro.h
+++ b/src/core/ao_pyro.h
@@ -63,6 +63,8 @@ struct ao_pyro {
extern uint8_t ao_pyro_wakeup;
+extern uint16_t ao_pyro_fired;
+
void
ao_pyro_set(void);