From e7faaabbe4f45e46f091bdadfbda24b5bd8271b8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 21 Jul 2012 22:18:35 -0700 Subject: altos: Baro-only (but record accel) for TM v1.2 Changes for ULA payload Signed-off-by: Keith Packard --- src/cc1111/ao_pins.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cc1111') diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index fc6ed3ec..c502b5ed 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -91,6 +91,7 @@ #endif #if defined(TELEMETRUM_V_1_2) + #define RADIO_DELAY_AFTER_BOOST 40 #define HAS_FLIGHT 1 #define HAS_USB 1 #define HAS_BEEP 1 @@ -121,7 +122,7 @@ #define SPI_CS_ON_P0 0 #define AO_M25_SPI_CS_MASK 0x02 /* CS0 is P1_1 */ #define M25_MAX_CHIPS 1 - #define HAS_ACCEL 1 + #define HAS_ACCEL 0 #define HAS_IGNITE 1 #define HAS_MONITOR 0 #endif @@ -523,8 +524,10 @@ #error Please define HAS_ACCEL_REF #endif #else +#ifndef HAS_ACCEL_REF #define HAS_ACCEL_REF 0 #endif +#endif #endif /* HAS_ADC */ -- cgit v1.2.3