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