APMrover2: handle SETUP_SIGNING message

This commit is contained in:
Andrew Tridgell 2016-01-21 13:50:48 +11:00
parent b5d1dc6643
commit 7c27e0dbec

View File

@ -1385,6 +1385,11 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
send_autopilot_version(FIRMWARE_VERSION);
break;
#if MAVLINK_PROTOCOL_VERSION >= 2
case MAVLINK_MSG_ID_SETUP_SIGNING:
handle_setup_signing(msg);
break;
#endif
} // end switch
} // end handle mavlink