Browse Source

GCS_Mavlink: handle_preflight_reboot made virtual

master
Randy Mackay 5 years ago
parent
commit
7ce2fb8783
  1. 2
      libraries/GCS_MAVLink/GCS.h

2
libraries/GCS_MAVLink/GCS.h

@ -350,7 +350,7 @@ protected: @@ -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…
Cancel
Save