Sub: handle GPS_INPUT in base GCS_MAVLINK class

This commit is contained in:
Peter Barker 2017-07-27 11:57:58 +10:00 committed by Francisco Ferreira
parent 96d55e0dbe
commit d6d12a8cb1
1 changed files with 0 additions and 6 deletions

View File

@ -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;