Skip to content
Snippets Groups Projects
Commit 64f23c1a authored by Friedrich Beckmann's avatar Friedrich Beckmann Committed by Daniel Agar
Browse files

moved comment from class section to avoid PX4Buildbot confusion

The PX4BuildBot extracted the comments from the lines following
the class line which says "Plane" as the class. To avoid the
confusion for the bot I moved the comment further down.
parent 304e00f1
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,6 @@
# @type Plane V-Tail
# @class Plane
#
# The Mini Talon does not have a wheel and
# no flaps. I leave them here because the mixer
# computes also wheel and flap controls.
#
# @output MAIN1 aileron right
# @output MAIN2 aileron left
# @output MAIN3 v-tail right
......@@ -47,6 +43,9 @@ then
param set PWM_DISARMED 1000
fi
# The Mini Talon does not have a wheel and
# no flaps. I leave them here because the mixer
# computes also wheel and flap controls.
set MIXER AAVVTWFF_vtail
# use PWM parameters for throttle channel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment