aboutsummaryrefslogtreecommitdiff
path: root/src/mpu9150/mpu9250.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpu9150/mpu9250.cxx')
-rw-r--r--src/mpu9150/mpu9250.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mpu9150/mpu9250.cxx b/src/mpu9150/mpu9250.cxx
index 6eccf8c..c646a98 100644
--- a/src/mpu9150/mpu9250.cxx
+++ b/src/mpu9150/mpu9250.cxx
@@ -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)
{
}