change generic adc channel to ADC_7 in example aiframe file, as ADC_1 collides with IR channel

This commit is contained in:
Felix Ruess
2011-03-24 13:55:20 +01:00
parent 52a0ae19ff
commit 3fbc18ecd3
+1 -1
View File
@@ -36,7 +36,7 @@
<modules> <modules>
<load name="adc_generic.xml"> <load name="adc_generic.xml">
<configure name="ADC_CHANNEL_GENERIC1" value="ADC_1" /> <configure name="ADC_CHANNEL_GENERIC1" value="ADC_7" />
</load> </load>
</modules> </modules>