mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_Mission: move to AuxFuncTrigger structure
This commit is contained in:
parent
435aff1d86
commit
0420f13c30
@ -31,7 +31,7 @@ bool AP_Mission::start_command_do_aux_function(const AP_Mission::Mission_Command
|
|||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
rc().run_aux_function(function, pos, RC_Channel::AuxFuncTriggerSource::MISSION);
|
rc().run_aux_function(function, pos, RC_Channel::AuxFuncTrigger::Source::MISSION);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif // AP_RC_CHANNEL_ENABLED
|
#endif // AP_RC_CHANNEL_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user