RC_Channel: fix typo, again

correctly fixes https://github.com/ArduPilot/ardupilot/pull/19663
This commit is contained in:
Tom Pittenger 2022-01-04 22:50:45 -08:00 committed by Peter Hall
parent bb73d31e0b
commit c82866dff8
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ bool RC_Channel::run_aux_function(aux_func_t ch_option, AuxSwitchPos pos, AuxFun
const bool ret = do_aux_function(ch_option, pos);
// @LoggerMessage: AUXF
// @Description: Auxillary function invocation information
// @Description: Auxiliary function invocation information
// @Field: TimeUS: Time since system startup
// @Field: function: ID of triggered function
// @Field: pos: switch position when function triggered