mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_GPS: correct example
This commit is contained in:
parent
12b4f2c4b6
commit
cbe9627bf5
@ -58,7 +58,7 @@ void setup()
|
||||
|
||||
// Initialize the UART for GPS system
|
||||
serial_manager.init();
|
||||
gps.init(nullptr, serial_manager);
|
||||
gps.init(serial_manager);
|
||||
}
|
||||
|
||||
void loop()
|
||||
|
Loading…
Reference in New Issue
Block a user