AntennaTracker: handle SETUP_SIGNING message

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

View File

@ -886,6 +886,11 @@ mission_failed:
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