Skip to content
Snippets Groups Projects
Commit ae74db15 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

APM: fixed docs for LIM_PITCH_MIN

parent 188cc690
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Minimum Pitch Angle
// @Description: The minimum commanded pitch down angle
// @Units: centi-Degrees
// @Range: 0 9000
// @Range: -9000 0
// @Increment: 1
// @User: Standard
GSCALAR(pitch_limit_min_cd, "LIM_PITCH_MIN", PITCH_MIN_CENTIDEGREE),
......
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