X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftests%2Fmsp430%2FAdc12%2FTestAdcAppC.nc;h=7df22fd1f300cb071f79da85662e1dd475ae8b3f;hp=30e176b32b2997e07f009a33d026620e84c3860e;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tests/msp430/Adc12/TestAdcAppC.nc b/apps/tests/msp430/Adc12/TestAdcAppC.nc index 30e176b3..7df22fd1 100644 --- a/apps/tests/msp430/Adc12/TestAdcAppC.nc +++ b/apps/tests/msp430/Adc12/TestAdcAppC.nc @@ -94,7 +94,7 @@ implementation // Multi, none components new TestAdcMultiC(CONFIG_AVCC, - SUPPLY_VOLTAGE_HALF_CHANNEL, REFERENCE_AVcc_AVss) as TestMulti1, + TEMPERATURE_DIODE_CHANNEL, REFERENCE_AVcc_AVss) as TestMulti1, new Msp430Adc12ClientC() as Wrapper4; TestMulti1 -> MainC.Boot; @@ -104,7 +104,7 @@ implementation // Multi, RefVolt components new TestAdcMultiC(CONFIG_VREF, - SUPPLY_VOLTAGE_HALF_CHANNEL, REFERENCE_VREFplus_AVss) as TestMulti2, + TEMPERATURE_DIODE_CHANNEL, REFERENCE_VREFplus_AVss) as TestMulti2, new Msp430Adc12ClientAutoRVGC() as Wrapper5; TestMulti2 -> MainC.Boot;