Rover: move gps inject handling up to GCS_MAVLINK

This commit is contained in:
Peter Barker 2017-07-25 18:01:41 +10:00 committed by Francisco Ferreira
parent 192310a68e
commit 160831d4ca
1 changed files with 0 additions and 4 deletions

View File

@ -1398,10 +1398,6 @@ void GCS_MAVLINK_Rover::handleMessage(mavlink_message_t* msg)
handle_serial_control(msg, rover.gps);
break;
case MAVLINK_MSG_ID_GPS_INJECT_DATA:
handle_gps_inject(msg, rover.gps);
break;
case MAVLINK_MSG_ID_DISTANCE_SENSOR:
rover.rangefinder.handle_msg(msg);
break;