Rover: fix FS_THR_VALUE min range

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-05-24 14:28:52 +02:00 committed by Randy Mackay
parent 916a2e8fca
commit efa59d47f2
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ const AP_Param::Info Rover::var_info[] = {
// @Param: FS_THR_VALUE
// @DisplayName: Throttle Failsafe Value
// @Description: The PWM level on the throttle channel below which throttle failsafe triggers.
// @Range: 925 1100
// @Range: 910 1100
// @Increment: 1
// @User: Standard
GSCALAR(fs_throttle_value, "FS_THR_VALUE", 910),