mpu9250: propagated new constructor flag for i2c bypass
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
using namespace upm;
|
||||
using namespace std;
|
||||
|
||||
MPU9250::MPU9250 (int bus, int address, int magAddress) :
|
||||
MPU9150(bus, address, magAddress)
|
||||
MPU9250::MPU9250 (int bus, int address, int magAddress, bool enableAk8975) :
|
||||
MPU9150(bus, address, magAddress, enableAk8975)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user