mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case MAVLINK_MSG_ID_GPS_RTCM_DATA:
|
||||||
case MAVLINK_MSG_ID_GPS_INPUT:
|
case MAVLINK_MSG_ID_GPS_INPUT:
|
||||||
{
|
{
|
||||||
plane.gps.handle_msg(msg);
|
plane.gps.handle_msg(msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user