mirror of https://github.com/ArduPilot/ardupilot
AP_Module: stop passing serial manager to GPS init
it can get this via the singleton
This commit is contained in:
parent
f5556712dd
commit
fa12e08abf
|
@ -39,7 +39,7 @@ void setup(void)
|
|||
baro.init();
|
||||
ahrs.init();
|
||||
|
||||
gps.init(serial_manager);
|
||||
gps.init();
|
||||
}
|
||||
|
||||
void loop(void)
|
||||
|
|
Loading…
Reference in New Issue