mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
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
|
// constructor
|
||||||
NavEKF2_core::NavEKF2_core(NavEKF2 *_frontend) :
|
NavEKF2_core::NavEKF2_core(NavEKF2 *_frontend) :
|
||||||
frontend(_frontend),
|
dal(AP::dal()),
|
||||||
dal(AP::dal())
|
frontend(_frontend)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user