AP_Scripting: winch-test param name typo fix

This commit is contained in:
Randy Mackay 2023-09-28 11:00:09 +09:00 committed by Peter Barker
parent d74947db10
commit 0c16049f94
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ local WINCH_RATE_UP = bind_add_param('RATE_UP', 1, 0.5)
// @Range: 0.1 5.0
// @User: Standard
--]]
local WINCH_RATE_DN = bind_add_param('RATE_UP', 2, 2.0)
local WINCH_RATE_DN = bind_add_param('RATE_DN', 2, 2.0)
--[[
// @Param: WINCH_RC_FUNC