mirror of https://github.com/ArduPilot/ardupilot
Sub: handle GPS_INPUT in base GCS_MAVLINK class
This commit is contained in:
parent
11b3e3367a
commit
134cd9d071
|
@ -1546,12 +1546,6 @@ void GCS_MAVLINK_Sub::handleMessage(mavlink_message_t* msg)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_GPS_INPUT: {
|
|
||||||
result = MAV_RESULT_ACCEPTED;
|
|
||||||
sub.gps.handle_msg(msg);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
||||||
handle_serial_control(msg, sub.gps);
|
handle_serial_control(msg, sub.gps);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue