Browse Source

AP_InertialSensor: fix build warning for MPU9250

mission-4.1.18
Randy Mackay 8 years ago
parent
commit
dfd58cc57b
  1. 2
      libraries/AP_InertialSensor/AP_InertialSensor_MPU9250.cpp

2
libraries/AP_InertialSensor/AP_InertialSensor_MPU9250.cpp

@ -213,8 +213,8 @@ AP_InertialSensor_MPU9250::AP_InertialSensor_MPU9250(AP_InertialSensor &imu, @@ -213,8 +213,8 @@ AP_InertialSensor_MPU9250::AP_InertialSensor_MPU9250(AP_InertialSensor &imu,
enum Rotation rotation)
: AP_InertialSensor_Backend(imu)
, _temp_filter(1000, 1)
, _rotation(rotation)
, _dev(std::move(dev))
, _rotation(rotation)
{
}

Loading…
Cancel
Save