AP_Winch: fix type parameter description

This commit is contained in:
Randy Mackay 2020-08-07 13:12:23 +09:00
parent 6bc2bea329
commit b66eaa0d53
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ extern const AP_HAL::HAL& hal;
const AP_Param::GroupInfo AP_Winch::var_info[] = {
// 0 was ENABLE
// @Param: TYPE
// @Param: _TYPE
// @DisplayName: Winch Type
// @Description: Winch Type
// @User: Standard