Merge pull request #6377 from mikeller/fix_icm20601_driver

Fixed MPU6500 driver for ICM20601.
This commit is contained in:
Michael Keller 2018-07-17 18:43:08 +12:00 committed by GitHub
commit d816369352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,7 @@ bool mpu6500SpiAccDetect(accDev_t *acc)
case MPU_9250_SPI:
case ICM_20608_SPI:
case ICM_20602_SPI:
case ICM_20601_SPI:
break;
default:
return false;
@ -127,6 +128,7 @@ bool mpu6500SpiGyroDetect(gyroDev_t *gyro)
case MPU_9250_SPI:
case ICM_20608_SPI:
case ICM_20602_SPI:
case ICM_20601_SPI:
break;
default:
return false;