Browse Source

Copter: remove baro init on arming

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
e5ddd276fd
  1. 3
      ArduCopter/motors.pde

3
ArduCopter/motors.pde

@ -156,9 +156,6 @@ static bool init_arm_motors(bool arming_from_gcs) @@ -156,9 +156,6 @@ static bool init_arm_motors(bool arming_from_gcs)
did_ground_start = true;
}
// fast baro calibration to reset ground pressure
init_barometer(false);
// go back to normal AHRS gains
ahrs.set_fast_gains(false);

Loading…
Cancel
Save