mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: provide dummy function to avoid linking the AP_Camera
This commit is contained in:
parent
f78d50215c
commit
1c2e1eeaf8
@ -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…
Reference in New Issue
Block a user