mirror of https://github.com/ArduPilot/ardupilot
AP_Button: log auxillary function invocations
This commit is contained in:
parent
50641e8f7c
commit
e5eedfd741
|
@ -270,7 +270,7 @@ void AP_Button::run_aux_functions(bool force)
|
|||
gcs().send_text(MAV_SEVERITY_INFO, "Button: executing (%s)", str);
|
||||
}
|
||||
#endif
|
||||
rc_channel->do_aux_function(func, pos);
|
||||
rc_channel->run_aux_function(func, pos, RC_Channel::AuxFuncTriggerSource::BUTTON);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue