Sub: Fix fs_pilot_timeout parameter metadata

This commit is contained in:
Jacob Walser 2017-05-12 17:16:12 -04:00
parent d58a056444
commit 888cd8e31c
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ const AP_Param::Info Sub::var_info[] = {
// @DisplayName: Timeout for activation of pilot input failsafe
// @Description: Controls the maximum interval between received pilot inputs before the failsafe action is triggered
// @Units: Seconds
// @Range 0.1 3.0
// @Range: 0.1 3.0
// @User: Standard
GSCALAR(failsafe_pilot_input_timeout, "FS_PILOT_TIMEOUT", 1.0f),