Skip to content

Commit

Permalink
updated comments, use configure and not param keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 31, 2011
1 parent 1ff3548 commit 0d499fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/autopilot/subsystems/fixedwing/imu_analog.makefile
Expand Up @@ -5,12 +5,12 @@
#
#
# <subsystem name="imu" type="analog">
# <param name="GYRO_P" value="ADC_0"/>
# <param name="GYRO_Q" value="ADC_1"/>
# <param name="GYRO_R" value="ADC_2"/>
# <param name="ACCEL_X" value="ADC_5"/>
# <param name="ACCEL_Y" value="ADC_6"/>
# <param name="ACCEL_Z" value="ADC_7"/>
# <configure name="GYRO_P" value="ADC_0"/>
# <configure name="GYRO_Q" value="ADC_1"/>
# <configure name="GYRO_R" value="ADC_2"/>
# <configure name="ACCEL_X" value="ADC_5"/>
# <configure name="ACCEL_Y" value="ADC_6"/>
# <configure name="ACCEL_Z" value="ADC_7"/>
# </subsystem>
#
# required xml:
Expand Down

0 comments on commit 0d499fb

Please sign in to comment.