From 629f96969c48f3d48be5c6959317b66bc569f147 Mon Sep 17 00:00:00 2001 From: Anders Hoglund Date: Tue, 9 Aug 2016 16:38:38 +0200 Subject: [PATCH] Added MPU9250 to acc lookup table. Duplication. Missing in Allowed Values printout. Duplication... --- src/main/io/serial_cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/io/serial_cli.c b/src/main/io/serial_cli.c index 68bd96e0e..3ebafa4ec 100644 --- a/src/main/io/serial_cli.c +++ b/src/main/io/serial_cli.c @@ -450,6 +450,7 @@ static const char * const lookupTableAccHardware[] = { "LSM303DLHC", "MPU6000", "MPU6500", + "MPU9250", "FAKE" };