mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
GCS_MAVLINK: add missing mavlink mission msgid to case
This commit is contained in:
parent
f14667225d
commit
69eb9cbdd2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user