Merge pull request #946 from AndersHoglund/master

Added MPU9250 to acc lookup table. Duplication.
This commit is contained in:
Anders Höglund 2016-08-09 16:43:51 +02:00 committed by GitHub
commit 366fb7ea16
1 changed files with 1 additions and 0 deletions

View File

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