mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_InertialNav: fixed example build
This commit is contained in:
parent
1b1a92251f
commit
271ba3a6bc
@ -59,7 +59,7 @@ void setup(void)
|
||||
hal.console->println_P(PSTR("AP_InertialNav test startup..."));
|
||||
|
||||
gps = &auto_gps;
|
||||
gps->init(hal.uartB, GPS::GPS_ENGINE_AIRBORNE_2G);
|
||||
gps->init(hal.uartB, GPS::GPS_ENGINE_AIRBORNE_2G, NULL);
|
||||
|
||||
ins.init(AP_InertialSensor::COLD_START,
|
||||
AP_InertialSensor::RATE_100HZ);
|
||||
|
Loading…
Reference in New Issue
Block a user