mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tracker: fix PITCH_MIN parameter description
This commit is contained in:
parent
33abb619b9
commit
e174014477
@ -226,7 +226,7 @@ const AP_Param::Info Tracker::var_info[] = {
|
|||||||
// @Description: The lowest angle the pitch can reach
|
// @Description: The lowest angle the pitch can reach
|
||||||
// @Units: Degrees
|
// @Units: Degrees
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
// @Range: 0 -90
|
// @Range: -90 0
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(pitch_min, "PITCH_MIN", PITCH_MIN_DEFAULT),
|
GSCALAR(pitch_min, "PITCH_MIN", PITCH_MIN_DEFAULT),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user