mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLINK: pass OPEN_DRONE_ID_SYSTEM_UPDATE to library
This commit is contained in:
parent
b52c280704
commit
2a95ced697
|
@ -3867,6 +3867,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