mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
AntennaTracker: fixed build warning
This commit is contained in:
parent
c8d140f17b
commit
91df1ba738
@ -264,6 +264,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
|
|||||||
case MSG_CAMERA_FEEDBACK:
|
case MSG_CAMERA_FEEDBACK:
|
||||||
case MSG_MOUNT_STATUS:
|
case MSG_MOUNT_STATUS:
|
||||||
case MSG_OPTICAL_FLOW:
|
case MSG_OPTICAL_FLOW:
|
||||||
|
case MSG_GIMBAL_REPORT:
|
||||||
break; // just here to prevent a warning
|
break; // just here to prevent a warning
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user