Skip to content

Commit b73f1e6

Browse files
committed
AP_Mount: fix param increment description
1 parent 16d57c7 commit b73f1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/AP_Mount/AP_Mount_Params.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const AP_Param::GroupInfo AP_Mount_Params::var_info[] = {
139139
// @Description: Servo mount roll angle output leads the vehicle angle by this amount of time based on current roll rate. Increase until the servo is responsive but does not overshoot
140140
// @Units: s
141141
// @Range: 0.0 0.2
142-
// @Increment: .005
142+
// @Increment: 0.005
143143
// @User: Standard
144144
AP_GROUPINFO("_LEAD_RLL", 12, AP_Mount_Params, roll_stb_lead, 0.0f),
145145

@@ -148,7 +148,7 @@ const AP_Param::GroupInfo AP_Mount_Params::var_info[] = {
148148
// @Description: Servo mount pitch angle output leads the vehicle angle by this amount of time based on current pitch rate. Increase until the servo is responsive but does not overshoot
149149
// @Units: s
150150
// @Range: 0.0 0.2
151-
// @Increment: .005
151+
// @Increment: 0.005
152152
// @User: Standard
153153
AP_GROUPINFO("_LEAD_PTCH", 13, AP_Mount_Params, pitch_stb_lead, 0.0f),
154154

0 commit comments

Comments
 (0)