Tools: provide dummy function to avoid linking the AP_Camera

This commit is contained in:
Peter Barker 2017-08-05 21:35:56 +10:00 committed by Francisco Ferreira
parent f78d50215c
commit 1c2e1eeaf8
1 changed files with 2 additions and 0 deletions

View File

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