Skip to content

Commit

Permalink
Merge remote-tracking branch 'emuflight/master' into 20210110_fix_com…
Browse files Browse the repository at this point in the history
…pile_warnings
  • Loading branch information
nerdCopter committed Feb 26, 2024
2 parents cfcab4e + 752257b commit e185da1
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 e185da1

Please sign in to comment.