Skip to content

Commit

Permalink
Merge pull request #5278 from betaflight/cf-changes-3
Browse files Browse the repository at this point in the history
CF/BF - Fix incorrect ACC sensor name for ICM20608G.
  • Loading branch information
mikeller committed Feb 23, 2018
2 parents 58fd172 + f0e06fc commit 4b88fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/interface/settings.c
Expand Up @@ -96,7 +96,7 @@
// sync with accelerationSensor_e
const char * const lookupTableAccHardware[] = {
"AUTO", "NONE", "ADXL345", "MPU6050", "MMA8452", "BMA280", "LSM303DLHC",
"MPU6000", "MPU6500", "MPU9250", "ICM20601", "ICM20602", "ICM20608", "ICM20649", "ICM20689",
"MPU6000", "MPU6500", "MPU9250", "ICM20601", "ICM20602", "ICM20608G", "ICM20649", "ICM20689",
"BMI160", "FAKE"
};

Expand Down

0 comments on commit 4b88fc1

Please sign in to comment.