mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: stop passing serial manager to GPS init
it can get this via the singleton
This commit is contained in:
parent
a562e30075
commit
f5556712dd
@ -67,7 +67,7 @@ void Rover::init_ardupilot()
|
||||
|
||||
// Do GPS init
|
||||
gps.set_log_gps_bit(MASK_LOG_GPS);
|
||||
gps.init(serial_manager);
|
||||
gps.init();
|
||||
|
||||
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user