Skip to content

Commit de100ce

Browse files
priseboroughtridge
authored andcommitted
Plane: fix metadata units for Q_FWD_PIT_LIM
1 parent ddd3e93 commit de100ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduPlane/quadplane.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ const AP_Param::GroupInfo QuadPlane::var_info2[] = {
516516
// @Param: FWD_PIT_LIM
517517
// @DisplayName: Q mode forward pitch limit
518518
// @Description: When forward throttle is being controlled by the Q_FWD_THR_GAIN parameter in Q modes, the vehicle forward (nose down) pitch rotation will be limited to the value specified by this parameter and the any additional forward acceleration required will be produced by use of the forward thrust motor(s) or tilting of moveable rotors. Larger values allow the vehicle to pitch more nose down. Set initially to the amount of nose down pitch required to remove wing lift.
519-
// @Units: degrees
519+
// @Units: deg
520520
// @Range: 0.0 5.0
521521
// @Increment: 0.1
522522
// @User: Standard

0 commit comments

Comments
 (0)