mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: check dataflash to see if we should log backend gps messages
This commit is contained in:
parent
ef72381708
commit
37abc1b02f
@ -205,7 +205,8 @@ void Copter::init_ardupilot()
|
||||
ahrs.set_beacon(&g2.beacon);
|
||||
|
||||
// Do GPS init
|
||||
gps.init(&DataFlash, serial_manager);
|
||||
gps.set_log_gps_bit(MASK_LOG_GPS);
|
||||
gps.init(serial_manager);
|
||||
|
||||
init_compass();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user