mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
GCS_Mavlink: handle_preflight_reboot made virtual
This commit is contained in:
parent
ad9fc4a643
commit
ba8e916e44
@ -350,7 +350,7 @@ protected:
|
||||
void handle_set_gps_global_origin(const mavlink_message_t &msg);
|
||||
void handle_setup_signing(const mavlink_message_t &msg);
|
||||
virtual bool should_zero_rc_outputs_on_reboot() const { return false; }
|
||||
MAV_RESULT handle_preflight_reboot(const mavlink_command_long_t &packet);
|
||||
virtual MAV_RESULT handle_preflight_reboot(const mavlink_command_long_t &packet);
|
||||
|
||||
// reset a message interval via mavlink:
|
||||
MAV_RESULT handle_command_set_message_interval(const mavlink_command_long_t &packet);
|
||||
|
Loading…
Reference in New Issue
Block a user