Plane: prevent build error with MSG_RPM

This commit is contained in:
Andrew Tridgell 2015-08-10 14:28:00 +10:00 committed by Randy Mackay
parent d3ea6e8de1
commit f202b7d283

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