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

This commit is contained in:
Peter Barker 2018-07-04 15:02:46 +10:00 committed by Peter Barker
parent 819d892baf
commit 357a57f68a

View File

@ -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);