Skip to content

Commit

Permalink
Plane: fix units metadata for PTCH_LIM_MIN_DEG
Browse files Browse the repository at this point in the history
  • Loading branch information
kd0aij authored and tridge committed Apr 8, 2024
1 parent 75978f9 commit 17a17a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ const AP_Param::Info Plane::var_info[] = {
// @Param: PTCH_LIM_MIN_DEG
// @DisplayName: Minimum Pitch Angle
// @Description: Maximum pitch down angle commanded in modes with stabilized limits
// @Units: cdeg
// @Units: deg
// @Range: -90 0
// @Increment: 10
// @User: Standard
Expand Down

0 comments on commit 17a17a5

Please sign in to comment.