mirror of https://github.com/ArduPilot/ardupilot
AP_ExternalAHRS: re-order initialiser lines so -Werror=reorder will work
This commit is contained in:
parent
3a9f1c1f37
commit
291a1ced88
|
@ -23,8 +23,8 @@
|
|||
|
||||
AP_ExternalAHRS_backend::AP_ExternalAHRS_backend(AP_ExternalAHRS *_frontend,
|
||||
AP_ExternalAHRS::state_t &_state) :
|
||||
frontend(*_frontend),
|
||||
state(_state)
|
||||
state(_state),
|
||||
frontend(*_frontend)
|
||||
{}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue