mirror of https://github.com/ArduPilot/ardupilot
Tracker: move gps inject handling up to GCS_MAVLINK
This commit is contained in:
parent
160831d4ca
commit
4ed7f6a769
|
@ -813,10 +813,6 @@ mission_failed:
|
|||
handle_serial_control(msg, tracker.gps);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_GPS_INJECT_DATA:
|
||||
handle_gps_inject(msg, tracker.gps);
|
||||
break;
|
||||
|
||||
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
||||
send_autopilot_version(FIRMWARE_VERSION);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue