mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: re-order initialiser lines so -Werror=reorder will work
This commit is contained in:
parent
b54c424842
commit
a29dca996e
|
@ -63,8 +63,8 @@ AP_Compass_MMC5XX3::AP_Compass_MMC5XX3(AP_HAL::OwnPtr<AP_HAL::Device> _dev,
|
|||
enum Rotation _rotation)
|
||||
: dev(std::move(_dev))
|
||||
, force_external(_force_external)
|
||||
, rotation(_rotation)
|
||||
, have_initial_offset(false)
|
||||
, rotation(_rotation)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue