diff --git a/src/main/sensors/gyro_init.c b/src/main/sensors/gyro_init.c index 80495e52ed4..8b2edba8058 100644 --- a/src/main/sensors/gyro_init.c +++ b/src/main/sensors/gyro_init.c @@ -330,6 +330,7 @@ void gyroInitSensor(gyroSensor_t *gyroSensor, const gyroDeviceConfig_t *config) case GYRO_LSM6DSO: case GYRO_LSM6DSV16X: case GYRO_ICM42688P: + case GYRO_ICM42605: gyroSensor->gyroDev.gyroHasOverflowProtection = true; break; @@ -337,7 +338,6 @@ void gyroInitSensor(gyroSensor_t *gyroSensor, const gyroDeviceConfig_t *config) case GYRO_ICM20602: case GYRO_ICM20608G: case GYRO_ICM20649: // we don't actually know if this is affected, but as there are currently no flight controllers using it we err on the side of caution - case GYRO_ICM42605: // we don't actually know if this is affected case GYRO_ICM20689: gyroSensor->gyroDev.gyroHasOverflowProtection = false; break;