Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64f23c1

Browse files
fredowskidagar
authored andcommitted
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.
1 parent 304e00f commit 64f23c1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ROMFS/px4fmu_common/init.d/2200_mini_talon

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
# @type Plane V-Tail
66
# @class Plane
77
#
8-
# The Mini Talon does not have a wheel and
9-
# no flaps. I leave them here because the mixer
10-
# computes also wheel and flap controls.
11-
#
128
# @output MAIN1 aileron right
139
# @output MAIN2 aileron left
1410
# @output MAIN3 v-tail right
@@ -47,6 +43,9 @@ then
4743
param set PWM_DISARMED 1000
4844
fi
4945

46+
# The Mini Talon does not have a wheel and
47+
# no flaps. I leave them here because the mixer
48+
# computes also wheel and flap controls.
5049
set MIXER AAVVTWFF_vtail
5150

5251
# use PWM parameters for throttle channel

0 commit comments

Comments
 (0)