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

View File

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