1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Ensure sensors bitmask contains the flag for the GYRO after gyro has

been detected.
This commit is contained in:
Dominic Clifton 2014-11-12 21:03:08 +00:00
parent 876c976252
commit 8661849a5f

View file

@ -390,6 +390,7 @@ bool sensorsAutodetect(sensorAlignmentConfig_t *sensorAlignmentConfig, uint16_t
if (!detectGyro(gyroLpf)) {
return false;
}
sensorsSet(SENSOR_GYRO);
detectAcc(accHardwareToUse);
detectBaro();