1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

Fix NEUTRONRCG4AIO config file (#12535)

LSM6DSO in NEUTRONRCG4AIO, fix typos
This commit is contained in:
ctzsnooze 2023-03-23 11:48:46 +11:00 committed by GitHub
parent 08db8745ed
commit e7cb9af029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View file

@ -144,7 +144,7 @@ const char * const lookupTableAccHardware[] = {
const char * const lookupTableGyroHardware[] = {
"AUTO", "NONE", "MPU6050", "L3G4200D", "MPU3050", "L3GD20",
"MPU6000", "MPU6500", "MPU9250", "ICM20601", "ICM20602", "ICM20608G", "ICM20649", "ICM20689", "ICM42605", "ICM42688P",
"BMI160", "BMI270", "LSM6SDO", "VIRTUAL"
"BMI160", "BMI270", "LSM6DSO", "VIRTUAL"
};
#if defined(USE_SENSOR_NAMES) || defined(USE_BARO)