diff options
author | Keith Packard <keithp@keithp.com> | 2013-02-22 17:38:29 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-02-22 17:44:28 -0800 |
commit | 7faafb63d9d4959b796504e04e0a54f47d020f33 (patch) | |
tree | 1327c023f2396549b9e5b5960555eef4b8ab74de /src/cc1111 | |
parent | 7a0cce7fa0c802b1597fef94cfaf00aa0c28c988 (diff) |
Add TeleBalloon v1.2 supportbranch-1.1
Fix up the teleballoon code to run on firmware version 1.1, add
TeleBalloon v1.2 product.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111')
-rw-r--r-- | src/cc1111/ao_adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cc1111/ao_adc.c b/src/cc1111/ao_adc.c index f7b52281..c2cfd552 100644 --- a/src/cc1111/ao_adc.c +++ b/src/cc1111/ao_adc.c @@ -52,7 +52,7 @@ ao_adc_isr(void) __interrupt 1 uint8_t __xdata *a; sequence = (ADCCON2 & ADCCON2_SCH_MASK) >> ADCCON2_SCH_SHIFT; -#if TELEMETRUM_V_0_1 || TELEMETRUM_V_0_2 || TELEMETRUM_V_1_0 || TELEMETRUM_V_1_1 || TELEMETRUM_V_1_2 || TELELAUNCH_V_0_1 +#if TELEMETRUM_V_0_1 || TELEMETRUM_V_0_2 || TELEMETRUM_V_1_0 || TELEMETRUM_V_1_1 || TELEMETRUM_V_1_2 || TELELAUNCH_V_0_1 || TELEBALLOON_V_1_1 || TELEBALLOON_V_1_2 /* TeleMetrum readings */ #if HAS_ACCEL_REF if (sequence == 2) { |