mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: stop passing serial manager to GPS init
it can get this via the singleton
This commit is contained in:
parent
8bd05941a1
commit
1f099991b9
|
@ -30,7 +30,7 @@ void Tracker::init_ardupilot()
|
|||
|
||||
// GPS Initialization
|
||||
gps.set_log_gps_bit(MASK_LOG_GPS);
|
||||
gps.init(serial_manager);
|
||||
gps.init();
|
||||
|
||||
ahrs.init();
|
||||
ahrs.set_fly_forward(false);
|
||||
|
|
Loading…
Reference in New Issue