mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_AHRS: re-order initialiser lines so -Werror=reorder will work
This commit is contained in:
parent
aaec6824f6
commit
8290f15f2d
@ -41,8 +41,8 @@ public:
|
||||
_kp(kp),
|
||||
gps_gain(_gps_gain),
|
||||
beta(_beta),
|
||||
_gps_use(gps_use),
|
||||
_gps_minsats(gps_minsats)
|
||||
_gps_minsats(gps_minsats),
|
||||
_gps_use(gps_use)
|
||||
{
|
||||
_dcm_matrix.identity();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user