summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-03-28 18:18:50 -0700
committerKeith Packard <keithp@keithp.com>2011-03-28 18:18:50 -0700
commitc6e7e812d67f91c63ba4982f7a899a72584027de (patch)
tree4ad94e66241acfba41ddfbfa3885a416d361c2f8 /src/ao.h
parentc754759a2d503633d527da4ebb20eb859cd506fd (diff)
altos: Create custom nano flight code
No igniters, just 'pad/drogue/landed' modes (where 'drogue' == 'flying'). A constant 1Hz telemetry and RDF rate. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index 42c3edda..89109fd9 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -709,6 +709,13 @@ void
ao_flight_init(void);
/*
+ * ao_flight_nano.c
+ */
+
+void
+ao_flight_nano_init(void);
+
+/*
* ao_sample.c
*/