Skip to content

Commit

Permalink
Add ICM-42XXX imus to list of imus with overflow protection
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolin committed Aug 6, 2023
1 parent fb9587b commit 23ae8fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/sensors/gyro_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ void gyroInitSensor(gyroSensor_t *gyroSensor, const gyroDeviceConfig_t *config)
case GYRO_MPU6500:
case GYRO_MPU9250:
case GYRO_LSM6DSO:
case GYRO_ICM42605:
case GYRO_ICM42688P:
gyroSensor->gyroDev.gyroHasOverflowProtection = true;
break;

Expand Down

0 comments on commit 23ae8fa

Please sign in to comment.