Browse Source

Bug fix for IMU / DCM

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1008 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
deweibel 14 years ago
parent
commit
126383fe43
  1. 1
      libraries/AP_IMU/AP_IMU.cpp

1
libraries/AP_IMU/AP_IMU.cpp

@ -116,7 +116,6 @@ AP_IMU::init_gyro(void) @@ -116,7 +116,6 @@ AP_IMU::init_gyro(void)
}
Serial.println(" ");
_adc_offset[5] += GRAVITY * _sensor_signs[5];
save_gyro_eeprom();
}

Loading…
Cancel
Save