Browse Source

Rover: fixed build warning

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
c8d140f17b
  1. 1
      APMrover2/GCS_Mavlink.pde

1
APMrover2/GCS_Mavlink.pde

@ -545,6 +545,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) @@ -545,6 +545,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
case MSG_RETRY_DEFERRED:
case MSG_TERRAIN:
case MSG_OPTICAL_FLOW:
case MSG_GIMBAL_REPORT:
break; // just here to prevent a warning
}

Loading…
Cancel
Save