diff --git a/ArduCopter/system.pde b/ArduCopter/system.pde index 4c912cabb8..c46cfd26c1 100644 --- a/ArduCopter/system.pde +++ b/ArduCopter/system.pde @@ -385,6 +385,8 @@ static void startup_ground(void) #if CLI_ENABLED == ENABLED report_imu(); #endif + // initialise ahrs (may push imu calibration into the mpu6000 if using that device). + ahrs.init(); #endif // reset the leds