5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-05 15:38:29 -04:00

AP_InertialNav: fixed build of example

This commit is contained in:
Andrew Tridgell 2013-04-15 14:09:38 +10:00
parent bad15438d5
commit b69481f74d

View File

@ -68,7 +68,6 @@ void setup(void)
flash_leds);
ahrs.set_compass(&compass);
ahrs.set_barometer(&baro);
last_update = hal.scheduler->millis();