diff options
| author | Keith Packard <keithp@keithp.com> | 2011-04-14 09:38:48 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-04-14 09:38:48 -0700 |
| commit | c269e263a6accd815ed5d08c0f5a6c3d5b9d3853 (patch) | |
| tree | 3ce024784e0998a9a7e45f1cff4225c18cd775df /src/ao_pins.h | |
| parent | a0fb471ce10642fc4a4bd40e4a81f8d6fe7a7c21 (diff) | |
altos: Write a few pre-launch samples for Tm/Tn devices
Record pre-launch samples in a small ring and flush that to flash when
launch is detected. This provides a complete record of the flight,
rather than simply starting after launch detect.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_pins.h')
| -rw-r--r-- | src/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_pins.h b/src/ao_pins.h index 30f2decc..2161c5d2 100644 --- a/src/ao_pins.h +++ b/src/ao_pins.h @@ -108,6 +108,7 @@ #define IGNITE_ON_P0 1 #define PACKET_HAS_MASTER 0 #define PACKET_HAS_SLAVE 1 + #define USE_FAST_ASCENT_LOG 1 #define AO_LED_GREEN 1 #define AO_LED_RED 2 |
