Skip to content
Snippets Groups Projects
Commit 17eee56b authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AntennaTracker: fixed build warnings

parent f400f39f
No related branches found
No related tags found
No related merge requests found
...@@ -259,6 +259,11 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) ...@@ -259,6 +259,11 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_FENCE_STATUS: case MSG_FENCE_STATUS:
case MSG_WIND: case MSG_WIND:
case MSG_RANGEFINDER: case MSG_RANGEFINDER:
case MSG_TERRAIN:
case MSG_BATTERY2:
case MSG_CAMERA_FEEDBACK:
case MSG_MOUNT_STATUS:
case MSG_OPTICAL_FLOW:
break; // just here to prevent a warning break; // just here to prevent a warning
} }
return true; return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment