mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
ArduCopter: let RC_Channel indicate AUX_FUNC::ARMDISARM needs no initialisation
All users set this.
This commit is contained in:
parent
3f89f0e37a
commit
0d04ef19fe
@ -65,7 +65,6 @@ void RC_Channel_Copter::init_aux_function(const aux_func_t ch_option, const aux_
|
||||
switch(ch_option) {
|
||||
// the following functions do not need to be initialised:
|
||||
case AUX_FUNC::ALTHOLD:
|
||||
case AUX_FUNC::ARMDISARM:
|
||||
case AUX_FUNC::AUTO:
|
||||
case AUX_FUNC::AUTOTUNE:
|
||||
case AUX_FUNC::BRAKE:
|
||||
|
Loading…
Reference in New Issue
Block a user