Browse Source

AP_Button: log auxillary function invocations

c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
e5eedfd741
  1. 2
      libraries/AP_Button/AP_Button.cpp

2
libraries/AP_Button/AP_Button.cpp

@ -270,7 +270,7 @@ void AP_Button::run_aux_functions(bool force) @@ -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…
Cancel
Save