Tracker: fix PITCH_MIN parameter description

This commit is contained in:
stefanlynka 2016-07-28 11:20:41 +09:00 committed by Randy Mackay
parent 33abb619b9
commit e174014477
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ const AP_Param::Info Tracker::var_info[] = {
// @Description: The lowest angle the pitch can reach
// @Units: Degrees
// @Increment: 1
// @Range: 0 -90
// @Range: -90 0
// @User: Standard
GSCALAR(pitch_min, "PITCH_MIN", PITCH_MIN_DEFAULT),