update adc_generic xml after parameter name unification

This commit is contained in:
Felix Ruess
2010-12-23 23:27:44 +01:00
parent 5ddebd6c8d
commit 7bb9ea839a
+2 -4
View File
@@ -2,8 +2,8 @@
<!--
Generic ADC module
@param ADC_CHANNEL_GENERIC1 on which ADC input 1 is measured
@param ADC_CHANNEL_GENERIC2 on which ADC input 2 is measured
@configure ADC_CHANNEL_GENERIC1 on which ADC input 1 is measured
@configure ADC_CHANNEL_GENERIC2 on which ADC input 2 is measured
-->
<module name="adc_generic" dir="adcs">
@@ -14,8 +14,6 @@
<periodic fun="adc_generic_periodic()" freq="4"/>
<makefile target="ap">
<file name="adc_generic.c"/>
<define name="USE_$(ADC_CHANNEL_GENERIC1)"/>
<define name="USE_$(ADC_CHANNEL_GENERIC2)"/>
</makefile>
</module>