X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_adc.c;h=786dfd11d292dc45830061eca1d380554d4ef5ba;hp=48568383ad804f8721de6a7acb7af5b5af1d0542;hb=41e5be32819d305c8268e6f992be91411ea13435;hpb=c754759a2d503633d527da4ebb20eb859cd506fd diff --git a/src/ao_adc.c b/src/ao_adc.c index 48568383..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 */ @@ -162,7 +162,7 @@ ao_adc_dump(void) __reentrant } __code struct ao_cmds ao_adc_cmds[] = { - { ao_adc_dump, "a\0Display current ADC values" }, + { ao_adc_dump, "a\0Current ADC" }, { 0, NULL }, };