Plane: prevent build error with MSG_RPM

This commit is contained in:
Andrew Tridgell 2015-08-10 14:28:00 +10:00
parent 3f04c6415f
commit 58e829553f

View File

@ -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;
}