Tracker: pass HIL_GPS to gps driver

This commit is contained in:
Randy Mackay 2016-12-07 09:53:56 +09:00
parent 75aaf33d58
commit f096234c2a

View File

@ -865,6 +865,7 @@ mission_failed:
case MAVLINK_MSG_ID_GPS_RTCM_DATA:
case MAVLINK_MSG_ID_GPS_INPUT:
case MAVLINK_MSG_ID_HIL_GPS:
tracker.gps.handle_msg(msg);
break;