Rover: Handle GPS Data Injection

This commit is contained in:
Niels Joubert 2015-03-24 21:01:20 -07:00 committed by Andrew Tridgell
parent a52d554a10
commit 60c247ed12

View File

@ -1199,6 +1199,11 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
case MAVLINK_MSG_ID_SERIAL_CONTROL:
handle_serial_control(msg, gps);
break;
case MAVLINK_MSG_ID_GPS_INJECT_DATA:
handle_gps_inject(msg, gps);
break;
#endif
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST: