AP_NavEKF2: re-order initialiser lines so -Werror=reorder will work
This commit is contained in:
parent
5f5fb40753
commit
8bd1f49a04
@ -32,8 +32,8 @@ extern const AP_HAL::HAL& hal;
|
||||
|
||||
// constructor
|
||||
NavEKF2_core::NavEKF2_core(NavEKF2 *_frontend) :
|
||||
frontend(_frontend),
|
||||
dal(AP::dal())
|
||||
dal(AP::dal()),
|
||||
frontend(_frontend)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user