summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-12 21:41:25 -0700
committerKeith Packard <keithp@keithp.com>2011-08-13 18:46:12 -0700
commitfa7dd04741bf3fd9cedc59ed3b45b69ef9312609 (patch)
tree38fe668a33c9956eb240376a7bac24ed1d00886e /src/ao.h
parentc7f540330c040c521f9d7626009a406e704a5e41 (diff)
altos: Send SPI message at flight state changes
Get the companion board starting its data logging as soon as possible after boost starts. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index de47f3df..b14b65f2 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -1581,6 +1581,7 @@ ao_btm_init(void);
#define AO_COMPANION_SETUP 1
#define AO_COMPANION_FETCH 2
+#define AO_COMPANION_NOTIFY 3
struct ao_companion_command {
uint8_t command;