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/Makefile.proto | |
| 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/Makefile.proto')
| -rw-r--r-- | src/Makefile.proto | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.proto b/src/Makefile.proto index 8dd21a64..5aad445f 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -204,13 +204,12 @@ TMINI_BASE_SRC = \ # Sources for TeleNano TNANO_DRIVER_SRC = \ ao_adc.c \ - ao_ignite.c \ ao_config.c \ ao_storage.c \ ao_intflash.c TNANO_TASK_SRC = \ - ao_flight.c \ + ao_flight_nano.c \ ao_sample.c \ ao_kalman.c \ ao_log.c \ |
