From 69eb9cbdd2a204e57eb87e868984f2b59c56d843 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 15 Jul 2017 16:32:25 +1000 Subject: [PATCH] GCS_MAVLINK: add missing mavlink mission msgid to case --- libraries/GCS_MAVLink/GCS_Common.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/GCS_MAVLink/GCS_Common.cpp b/libraries/GCS_MAVLink/GCS_Common.cpp index c4eeded3ed..e70be77139 100644 --- a/libraries/GCS_MAVLink/GCS_Common.cpp +++ b/libraries/GCS_MAVLink/GCS_Common.cpp @@ -1736,6 +1736,8 @@ void GCS_MAVLINK::handle_common_message(mavlink_message_t *msg) break; + case MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST: + /* fall through */ case MAVLINK_MSG_ID_MISSION_REQUEST_LIST: /* fall through */ case MAVLINK_MSG_ID_MISSION_COUNT: