Copter: support AUTOPILOT_VERSION_REQUEST message

This commit is contained in:
Jonathan Challinger 2015-01-20 18:51:46 -08:00 committed by Andrew Tridgell
parent c5d66cdfba
commit 62c63e9b35

View File

@ -1627,6 +1627,10 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
}
#endif // AC_RALLY == ENABLED
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
send_autopilot_version(chan);
break;
} // end switch
} // end handle mavlink