GCS_MAVLINK: add missing mavlink mission msgid to case

This commit is contained in:
Peter Barker 2017-07-15 16:32:25 +10:00 committed by Randy Mackay
parent f14667225d
commit 69eb9cbdd2

View File

@ -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: