mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: Support GPS_RTCM_DATA
This commit is contained in:
parent
9caf44b494
commit
05d0696b0d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user