Merge pull request #5278 from betaflight/cf-changes-3
CF/BF - Fix incorrect ACC sensor name for ICM20608G.
This commit is contained in:
commit
4b88fc17ce
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue