mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Added MPU9250 to acc lookup table. Duplication. Missing in Allowed Values printout. Duplication...
This commit is contained in:
parent
da9673b982
commit
629f96969c
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ static const char * const lookupTableAccHardware[] = {
|
||||||
"LSM303DLHC",
|
"LSM303DLHC",
|
||||||
"MPU6000",
|
"MPU6000",
|
||||||
"MPU6500",
|
"MPU6500",
|
||||||
|
"MPU9250",
|
||||||
"FAKE"
|
"FAKE"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue