Browse Source

Tools: provide dummy function to avoid linking the AP_Camera

master
Peter Barker 8 years ago committed by Francisco Ferreira
parent
commit
1c2e1eeaf8
  1. 2
      Tools/Replay/Replay.cpp

2
Tools/Replay/Replay.cpp

@ -932,4 +932,6 @@ const struct AP_Param::GroupInfo GCS_MAVLINK::var_info[] = { @@ -932,4 +932,6 @@ const struct AP_Param::GroupInfo GCS_MAVLINK::var_info[] = {
};
GCS_Dummy _gcs;
void AP_Camera::send_feedback(mavlink_channel_t) {}
AP_HAL_MAIN_CALLBACKS(&replay);

Loading…
Cancel
Save