Rover: update FS_THR_VALUE parameter description

This commit is contained in:
Randy Mackay 2013-06-18 15:57:11 +09:00
parent acb4907313
commit 35175ae371
1 changed files with 2 additions and 0 deletions

View File

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