1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Added MPU9250 to acc lookup table. Duplication. Missing in Allowed Values printout. Duplication...

This commit is contained in:
Anders Hoglund 2016-08-09 16:38:38 +02:00
parent da9673b982
commit 629f96969c

View file

@ -450,6 +450,7 @@ static const char * const lookupTableAccHardware[] = {
"LSM303DLHC",
"MPU6000",
"MPU6500",
"MPU9250",
"FAKE"
};