mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: fix auxiliary typo
This commit is contained in:
parent
4d34d36ede
commit
d6bca7405a
|
@ -203,7 +203,7 @@ void RC_Channel_Plane::init_aux_function(const RC_Channel::aux_func_t ch_option,
|
|||
}
|
||||
}
|
||||
|
||||
// do_aux_function - implement the function invoked by auxillary switches
|
||||
// do_aux_function - implement the function invoked by auxiliary switches
|
||||
bool RC_Channel_Plane::do_aux_function(const aux_func_t ch_option, const AuxSwitchPos ch_flag)
|
||||
{
|
||||
switch(ch_option) {
|
||||
|
|
Loading…
Reference in New Issue