Skip to content

Commit 813bbad

Browse files
authored
Merge pull request #8927 from VaSe7u/recognize-mpu9255-imu
Recognize MPU9255 as a valid IMU
2 parents 1c2b8fd + 168af47 commit 813bbad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/drivers/accgyro/accgyro_mpu9250.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ static bool mpu9250DeviceDetect(busDevice_t * dev)
115115

116116
switch (tmp) {
117117
case MPU9250_WHO_AM_I_CONST:
118+
case MPU9255_WHO_AM_I_CONST:
118119
// Compatible chip detected
119120
return true;
120121

0 commit comments

Comments
 (0)