Browse Source

AntennaTracker: fixed build warning

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
91df1ba738
  1. 1
      AntennaTracker/GCS_Mavlink.pde

1
AntennaTracker/GCS_Mavlink.pde

@ -264,6 +264,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) @@ -264,6 +264,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_CAMERA_FEEDBACK:
case MSG_MOUNT_STATUS:
case MSG_OPTICAL_FLOW:
case MSG_GIMBAL_REPORT:
break; // just here to prevent a warning
}
return true;

Loading…
Cancel
Save