Sub: fix wrong GCS_MAVLink fallthrough

Coverity CID 142270
This commit is contained in:
WickedShell 2017-07-04 20:56:31 -07:00 committed by Francisco Ferreira
parent 2cfffc05a5
commit 6615aee0b1

View File

@ -488,6 +488,7 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
case MSG_GPS_RAW:
send_gps_raw(sub.gps);
break;
case MSG_SYSTEM_TIME:
CHECK_PAYLOAD_SIZE(SYSTEM_TIME);