mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
GCS_MAVLink: support SECURE_COMMAND
This commit is contained in:
parent
0388460c92
commit
611f26f16c
@ -3889,6 +3889,13 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg)
|
||||
AP::opendroneid().handle_msg(chan, msg);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#if AP_SIGNED_FIRMWARE
|
||||
case MAVLINK_MSG_ID_SECURE_COMMAND:
|
||||
case MAVLINK_MSG_ID_SECURE_COMMAND_REPLY:
|
||||
AP_CheckFirmware::handle_msg(chan, msg);
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user