mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
RC_Channel: correct winch switch comment
This commit is contained in:
parent
a2224f066a
commit
09bf76d9a4
@ -448,7 +448,7 @@ void RC_Channel_Copter::do_aux_function(const aux_func_t ch_option, const AuxSwi
|
||||
#if WINCH_ENABLED == ENABLED
|
||||
switch (ch_flag) {
|
||||
case AuxSwitchPos::HIGH:
|
||||
// high switch maintains changes the winch to rate control mode
|
||||
// high switch position stops winch using rate control
|
||||
copter.g2.winch.set_desired_rate(0.0f);
|
||||
break;
|
||||
case AuxSwitchPos::MIDDLE:
|
||||
|
Loading…
Reference in New Issue
Block a user