Browse Source

Sub: handle GPS_INPUT in base GCS_MAVLINK class

mission-4.1.18
Peter Barker 8 years ago committed by Francisco Ferreira
parent
commit
d6d12a8cb1
  1. 6
      ArduSub/GCS_Mavlink.cpp

6
ArduSub/GCS_Mavlink.cpp

@ -1546,12 +1546,6 @@ void GCS_MAVLINK_Sub::handleMessage(mavlink_message_t* msg) @@ -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…
Cancel
Save