mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Tracker: indicate to gps library which bit indicates log-gps
This commit is contained in:
parent
7b3db490be
commit
b62a1394dd
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user