Skip to content

Commit

Permalink
ICM426xx have overflow protection
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 22, 2024
1 parent ebc98f0 commit 50aba2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/sensors/gyro.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ static bool gyroInitSensor(gyroSensor_t *gyroSensor) {
case GYRO_MPU6000:
case GYRO_MPU6500:
case GYRO_MPU9250:
case GYRO_ICM42688P:
case GYRO_ICM42605:
gyroSensor->gyroDev.gyroHasOverflowProtection = true;
break;
case GYRO_ICM20601:
Expand Down

0 comments on commit 50aba2d

Please sign in to comment.