1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Cleanup baro/mag/gyro/acc method names from old sensors.c

This commit is contained in:
Dominic Clifton 2014-04-22 02:43:39 +01:00
parent 7e76fd6995
commit 9f26018abd
12 changed files with 38 additions and 43 deletions

View file

@ -193,11 +193,11 @@ int main(void)
previousTime = micros();
if (masterConfig.mixerConfiguration == MULTITYPE_GIMBAL) {
ACC_SetCalibrationCycles(CALIBRATING_ACC_CYCLES);
accSetCalibrationCycles(CALIBRATING_ACC_CYCLES);
}
GYRO_SetCalibrationCycles(CALIBRATING_GYRO_CYCLES);
gyroSetCalibrationCycles(CALIBRATING_GYRO_CYCLES);
#ifdef BARO
Baro_SetCalibrationCycles(CALIBRATING_BARO_CYCLES);
baroSetCalibrationCycles(CALIBRATING_BARO_CYCLES);
#endif
f.SMALL_ANGLE = 1;