Plane: Support GPS_RTCM_DATA

This commit is contained in:
Michael du Breuil 2016-10-08 18:54:55 -07:00 committed by Andrew Tridgell
parent 9caf44b494
commit 05d0696b0d

View File

@ -1976,6 +1976,7 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
break;
}
case MAVLINK_MSG_ID_GPS_RTCM_DATA:
case MAVLINK_MSG_ID_GPS_INPUT:
{
plane.gps.handle_msg(msg);