mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Periph: stop passing serial manager to GPS init
it can get this via the singleton
This commit is contained in:
parent
85d1724c69
commit
7e4d9f2893
@ -148,7 +148,7 @@ void AP_Periph_FW::init()
|
||||
#define MASK_LOG_GPS (1<<2)
|
||||
gps.set_log_gps_bit(MASK_LOG_GPS);
|
||||
#endif
|
||||
gps.init(serial_manager);
|
||||
gps.init();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user