Copter: Support GPS_RTCM_DATA

This commit is contained in:
Michael du Breuil 2016-10-08 19:04:52 -07:00 committed by Andrew Tridgell
parent c255aea358
commit ea45e5e6f1

View File

@ -1884,6 +1884,7 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg)
break;
}
case MAVLINK_MSG_ID_GPS_RTCM_DATA:
case MAVLINK_MSG_ID_GPS_INPUT:
{
result = MAV_RESULT_ACCEPTED;