mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
RC_Channel: do_aux_function_mission_reset to virtual
This commit is contained in:
parent
5f555e5314
commit
77e1092f46
@ -273,7 +273,7 @@ protected:
|
|||||||
void do_aux_function_clear_wp(const AuxSwitchPos ch_flag);
|
void do_aux_function_clear_wp(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_gripper(const AuxSwitchPos ch_flag);
|
void do_aux_function_gripper(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_lost_vehicle_sound(const AuxSwitchPos ch_flag);
|
void do_aux_function_lost_vehicle_sound(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_mission_reset(const AuxSwitchPos ch_flag);
|
virtual void do_aux_function_mission_reset(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_rc_override_enable(const AuxSwitchPos ch_flag);
|
void do_aux_function_rc_override_enable(const AuxSwitchPos ch_flag);
|
||||||
void do_aux_function_relay(uint8_t relay, bool val);
|
void do_aux_function_relay(uint8_t relay, bool val);
|
||||||
void do_aux_function_sprayer(const AuxSwitchPos ch_flag);
|
void do_aux_function_sprayer(const AuxSwitchPos ch_flag);
|
||||||
|
Loading…
Reference in New Issue
Block a user