Tracker: indicate to gps library which bit indicates log-gps

This commit is contained in:
Peter Barker 2017-06-29 11:19:50 +10:00 committed by Francisco Ferreira
parent 7b3db490be
commit b62a1394dd

View File

@ -76,6 +76,7 @@ void Tracker::init_tracker()
} }
// GPS Initialization // GPS Initialization
gps.set_log_gps_bit(MASK_LOG_GPS);
gps.init(serial_manager); gps.init(serial_manager);
ahrs.init(); ahrs.init();