Tools: Replay: implement more dummy camera methods to avoid linking camera
This commit is contained in:
parent
819d892baf
commit
357a57f68a
@ -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…
Reference in New Issue
Block a user