Browse Source

Tools: Replay: implement more dummy camera methods to avoid linking camera

mission-4.1.18
Peter Barker 7 years ago committed by Peter Barker
parent
commit
357a57f68a
  1. 2
      Tools/Replay/Replay.cpp

2
Tools/Replay/Replay.cpp

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

Loading…
Cancel
Save