Browse Source

Plane: prevent build error with MSG_RPM

master
Andrew Tridgell 10 years ago
parent
commit
58e829553f
  1. 4
      ArduPlane/GCS_Mavlink.cpp

4
ArduPlane/GCS_Mavlink.cpp

@ -798,6 +798,10 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id) @@ -798,6 +798,10 @@ bool GCS_MAVLINK::try_send_message(enum ap_message id)
CHECK_PAYLOAD_SIZE(VIBRATION);
send_vibration(plane.ins);
break;
case MSG_RPM:
// unused
break;
}
return true;
}

Loading…
Cancel
Save