mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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)
|
#define MASK_LOG_GPS (1<<2)
|
||||||
gps.set_log_gps_bit(MASK_LOG_GPS);
|
gps.set_log_gps_bit(MASK_LOG_GPS);
|
||||||
#endif
|
#endif
|
||||||
gps.init(serial_manager);
|
gps.init();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user