mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
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)
|
enum Rotation rotation)
|
||||||
: AP_InertialSensor_Backend(imu)
|
: AP_InertialSensor_Backend(imu)
|
||||||
, _temp_filter(1000, 1)
|
, _temp_filter(1000, 1)
|
||||||
, _rotation(rotation)
|
|
||||||
, _dev(std::move(dev))
|
, _dev(std::move(dev))
|
||||||
|
, _rotation(rotation)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user