diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-09 14:26:43 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-09 14:26:43 -0700 |
commit | 81ad44d4b6d9ad2f6b91d0906e8543da82da424f (patch) | |
tree | 7fb6731acbff85fc04b07306a945ed8991e1dda8 /src/ao_adc.c | |
parent | f3985ef8bc69bcec13ce155567a8ed7c5c6051cb (diff) |
altos: Switch telemini from v0.1 to v1.0
TeleMini production boards are firmware compatible with the v0.1
design, so instead of creating another product, just rename the
existing one.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_adc.c')
-rw-r--r-- | src/ao_adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_adc.c b/src/ao_adc.c index cbeb6a24..786dfd11 100644 --- a/src/ao_adc.c +++ b/src/ao_adc.c @@ -84,7 +84,7 @@ ao_adc_isr(void) __interrupt 1 #if IGNITE_ON_P0 /* TeleMini readings */ a = (uint8_t __xdata *) (&ao_adc_ring[ao_adc_head].pres); -#ifdef TELEMINI_V_0_1 +#ifdef TELEMINI_V_1_0 switch (sequence) { case 0: /* pressure */ |