mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_InertialSensor: re-order initialiser lines so -Werror=reorder will work
This commit is contained in:
parent
5a967a60ff
commit
7147a2deeb
@ -384,10 +384,10 @@ AP_InertialSensor_LSM9DS0::AP_InertialSensor_LSM9DS0(AP_InertialSensor &imu,
|
|||||||
, _dev_accel(std::move(dev_accel))
|
, _dev_accel(std::move(dev_accel))
|
||||||
, _drdy_pin_num_a(drdy_pin_num_a)
|
, _drdy_pin_num_a(drdy_pin_num_a)
|
||||||
, _drdy_pin_num_g(drdy_pin_num_g)
|
, _drdy_pin_num_g(drdy_pin_num_g)
|
||||||
|
, _temp_filter(400, 1)
|
||||||
, _rotation_a(rotation_a)
|
, _rotation_a(rotation_a)
|
||||||
, _rotation_g(rotation_g)
|
, _rotation_g(rotation_g)
|
||||||
, _rotation_gH(rotation_gH)
|
, _rotation_gH(rotation_gH)
|
||||||
, _temp_filter(400, 1)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user