mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
RC_Channel: make AUXF.function an instance
This commit is contained in:
parent
185ccaee92
commit
2599c2d134
@ -908,7 +908,7 @@ bool RC_Channel::run_aux_function(aux_func_t ch_option, AuxSwitchPos pos, AuxFun
|
|||||||
AP::logger().Write(
|
AP::logger().Write(
|
||||||
"AUXF",
|
"AUXF",
|
||||||
"TimeUS,function,pos,source,result",
|
"TimeUS,function,pos,source,result",
|
||||||
"s----",
|
"s#---",
|
||||||
"F----",
|
"F----",
|
||||||
"QHBBB",
|
"QHBBB",
|
||||||
AP_HAL::micros64(),
|
AP_HAL::micros64(),
|
||||||
|
Loading…
Reference in New Issue
Block a user