AP_Module: correct example

This commit is contained in:
Peter Barker 2017-06-28 20:37:01 +10:00 committed by Francisco Ferreira
parent cbe9627bf5
commit 9c2a2a3d94
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ void setup(void)
baro.init();
ahrs.init();
gps.init(nullptr, serial_manager);
gps.init(serial_manager);
}
void loop(void)