mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Winch: fix type parameter description
This commit is contained in:
parent
6bc2bea329
commit
b66eaa0d53
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user