AntennaTracker: Handle GPS Injection

This commit is contained in:
Niels Joubert 2015-03-24 21:01:52 -07:00 committed by Andrew Tridgell
parent 6b7b3247ed
commit eae9452cd1

View File

@ -767,6 +767,11 @@ mission_failed:
case MAVLINK_MSG_ID_SERIAL_CONTROL: case MAVLINK_MSG_ID_SERIAL_CONTROL:
handle_serial_control(msg, gps); handle_serial_control(msg, gps);
break; break;
case MAVLINK_MSG_ID_GPS_INJECT_DATA:
handle_gps_inject(msg, gps);
break;
#endif #endif
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST: case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST: