1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Changed alignSensors to have common src/dest

This commit is contained in:
Martin Budden 2016-11-20 07:46:58 +00:00
parent 1c3838320b
commit dc56f143f3
5 changed files with 8 additions and 9 deletions

View file

@ -219,7 +219,7 @@ void updateAccelerationReadings(rollAndPitchTrims_t *rollAndPitchTrims)
}
}
alignSensors(accSmooth, accSmooth, accAlign);
alignSensors(accSmooth, accAlign);
if (!isAccelerationCalibrationComplete()) {
performAcclerationCalibration(rollAndPitchTrims);