mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: pass OPEN_DRONE_ID_SYSTEM_UPDATE msg to library
This commit is contained in:
parent
c8a3a98f50
commit
c486cf41a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue