ArduCopter: handle SETUP_SIGNING message
This commit is contained in:
parent
7c27e0dbec
commit
b85f129cc5
@ -2062,6 +2062,12 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
#endif
|
||||
break;
|
||||
|
||||
#if MAVLINK_PROTOCOL_VERSION >= 2
|
||||
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
||||
handle_setup_signing(msg);
|
||||
break;
|
||||
#endif
|
||||
|
||||
} // end switch
|
||||
} // end handle mavlink
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user