Browse Source

Plane: fixed build warning

master
Andrew Tridgell 10 years ago
parent
commit
2b0ccae776
  1. 1
      ArduPlane/GCS_Mavlink.pde

1
ArduPlane/GCS_Mavlink.pde

@ -703,6 +703,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) @@ -703,6 +703,7 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
break; // just here to prevent a warning
case MSG_LIMITS_STATUS:
case MSG_GIMBAL_REPORT:
// unused
break;
}

Loading…
Cancel
Save