AP_InertialSensor: fix build warning for MPU9250
This commit is contained in:
parent
699279ed1f
commit
dfd58cc57b
@ -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…
Reference in New Issue
Block a user