From 6615aee0b15d863e9d57451764b7a0d140a02087 Mon Sep 17 00:00:00 2001 From: WickedShell Date: Tue, 4 Jul 2017 20:56:31 -0700 Subject: [PATCH] Sub: fix wrong GCS_MAVLink fallthrough Coverity CID 142270 --- ArduSub/GCS_Mavlink.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ArduSub/GCS_Mavlink.cpp b/ArduSub/GCS_Mavlink.cpp index 45bebfdb54..d2dc6a2ac5 100644 --- a/ArduSub/GCS_Mavlink.cpp +++ b/ArduSub/GCS_Mavlink.cpp @@ -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);