Plane: fix units metadata for PTCH_LIM_MIN_DEG

This commit is contained in:
Mark Whitehorn 2024-03-27 20:26:32 -06:00 committed by Andrew Tridgell
parent 34763c7748
commit e54bd57539
1 changed files with 1 additions and 1 deletions

View File

@ -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