Browse Source

Replay: Support GCS_MAVLink changes

master
Michael du Breuil 7 years ago committed by Francisco Ferreira
parent
commit
8fbec1cfa3
  1. 2
      Tools/Replay/Replay.cpp

2
Tools/Replay/Replay.cpp

@ -954,6 +954,6 @@ GCS_Dummy _gcs; @@ -954,6 +954,6 @@ GCS_Dummy _gcs;
// dummy methods to avoid linking with these libraries
void AP_Camera::send_feedback(mavlink_channel_t) {}
bool AP_AdvancedFailsafe::gcs_terminate(bool should_terminate) { return false; }
bool AP_AdvancedFailsafe::gcs_terminate(bool should_terminate, const char *reason) { return false; }
AP_HAL_MAIN_CALLBACKS(&replay);

Loading…
Cancel
Save