mirror of https://github.com/ArduPilot/ardupilot
AP_Mission: log auxillary function invocations
This commit is contained in:
parent
e5eedfd741
commit
ba970f138d
|
@ -23,7 +23,7 @@ bool AP_Mission::start_command_do_aux_function(const AP_Mission::Mission_Command
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
rc().do_aux_function(function, pos);
|
rc().run_aux_function(function, pos, RC_Channel::AuxFuncTriggerSource::MISSION);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue