mirror of https://github.com/ArduPilot/ardupilot
Replay: Avoid linking AFS
This commit is contained in:
parent
6e55c9554a
commit
1b6c3aeea1
|
@ -932,6 +932,8 @@ const struct AP_Param::GroupInfo GCS_MAVLINK::var_info[] = {
|
|||
};
|
||||
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; }
|
||||
|
||||
AP_HAL_MAIN_CALLBACKS(&replay);
|
||||
|
|
Loading…
Reference in New Issue