diff --git a/ArduCopter/system.pde b/ArduCopter/system.pde index 40a116e72c..b3b9736eac 100644 --- a/ArduCopter/system.pde +++ b/ArduCopter/system.pde @@ -380,7 +380,7 @@ static void startup_ground(void) #if HIL_MODE != HIL_MODE_ATTITUDE // Warm up and read Gyro offsets // ----------------------------- - imu.init(IMU::COLD_START, mavlink_delay, &timer_scheduler); + imu.init_gyro(mavlink_delay); #if CLI_ENABLED == ENABLED report_imu(); #endif