GCS_MAVLink: pass OPEN_DRONE_ID_SYSTEM_UPDATE msg to library

This commit is contained in:
Andrew Tridgell 2022-08-21 13:22:14 +10:00
parent c8a3a98f50
commit c486cf41a4
1 changed files with 1 additions and 0 deletions

View File

@ -3732,6 +3732,7 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg)
case MAVLINK_MSG_ID_OPEN_DRONE_ID_SELF_ID:
case MAVLINK_MSG_ID_OPEN_DRONE_ID_BASIC_ID:
case MAVLINK_MSG_ID_OPEN_DRONE_ID_SYSTEM:
case MAVLINK_MSG_ID_OPEN_DRONE_ID_SYSTEM_UPDATE:
AP::opendroneid().handle_msg(chan, msg);
break;
#endif