diff options
author | Keith Packard <keithp@keithp.com> | 2011-03-28 18:18:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-03-28 18:18:50 -0700 |
commit | c6e7e812d67f91c63ba4982f7a899a72584027de (patch) | |
tree | 4ad94e66241acfba41ddfbfa3885a416d361c2f8 /src/ao.h | |
parent | c754759a2d503633d527da4ebb20eb859cd506fd (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.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -709,6 +709,13 @@ void ao_flight_init(void); /* + * ao_flight_nano.c + */ + +void +ao_flight_nano_init(void); + +/* * ao_sample.c */ |