mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
update adc_generic xml after parameter name unification
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user