mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
RC_Channel: fixed typo
This commit is contained in:
parent
49b0a00182
commit
77a7c1bdf7
@ -431,7 +431,7 @@ void RC_Channel::init_aux_function(const aux_func_t ch_option, const aux_switch_
|
|||||||
case AUX_FUNC::AVOID_PROXIMITY:
|
case AUX_FUNC::AVOID_PROXIMITY:
|
||||||
do_aux_function(ch_option, ch_flag);
|
do_aux_function(ch_option, ch_flag);
|
||||||
break;
|
break;
|
||||||
// the following functions to not need to be initialised:
|
// the following functions do not need to be initialised:
|
||||||
case AUX_FUNC::RELAY:
|
case AUX_FUNC::RELAY:
|
||||||
case AUX_FUNC::RELAY2:
|
case AUX_FUNC::RELAY2:
|
||||||
case AUX_FUNC::RELAY3:
|
case AUX_FUNC::RELAY3:
|
||||||
|
Loading…
Reference in New Issue
Block a user