mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
APMrover2: let RC_Channel indicate AUX_FUNC::ARMDISARM needs no initialisation
All users set this.
This commit is contained in:
parent
10976344b8
commit
3f89f0e37a
@ -34,7 +34,6 @@ void RC_Channel_Rover::init_aux_function(const aux_func_t ch_option, const aux_s
|
|||||||
switch (ch_option) {
|
switch (ch_option) {
|
||||||
// the following functions do not need initialising:
|
// the following functions do not need initialising:
|
||||||
case AUX_FUNC::ACRO:
|
case AUX_FUNC::ACRO:
|
||||||
case AUX_FUNC::ARMDISARM:
|
|
||||||
case AUX_FUNC::AUTO:
|
case AUX_FUNC::AUTO:
|
||||||
case AUX_FUNC::FOLLOW:
|
case AUX_FUNC::FOLLOW:
|
||||||
case AUX_FUNC::GUIDED:
|
case AUX_FUNC::GUIDED:
|
||||||
|
Loading…
Reference in New Issue
Block a user