Browse Source

Copter: Support GPS_RTCM_DATA

mission-4.1.18
Michael du Breuil 8 years ago committed by Andrew Tridgell
parent
commit
ea45e5e6f1
  1. 1
      ArduCopter/GCS_Mavlink.cpp

1
ArduCopter/GCS_Mavlink.cpp

@ -1884,6 +1884,7 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg) @@ -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;

Loading…
Cancel
Save