mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
ArduPlane: let RC_Channel indicate AUX_FUNC::ARMDISARM needs no initialisation
All users set this.
This commit is contained in:
parent
0d04ef19fe
commit
a50b777179
@ -58,7 +58,6 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::aux_func_t ch_option,
|
|||||||
{
|
{
|
||||||
switch(ch_option) {
|
switch(ch_option) {
|
||||||
// the following functions do not need to be initialised:
|
// the following functions do not need to be initialised:
|
||||||
case AUX_FUNC::ARMDISARM:
|
|
||||||
case AUX_FUNC::AUTO:
|
case AUX_FUNC::AUTO:
|
||||||
case AUX_FUNC::CIRCLE:
|
case AUX_FUNC::CIRCLE:
|
||||||
case AUX_FUNC::FLAP:
|
case AUX_FUNC::FLAP:
|
||||||
|
Loading…
Reference in New Issue
Block a user