mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: resolve member init order compiler warning
This commit is contained in:
parent
2d11544ea8
commit
51fa8fb0bd
|
@ -441,9 +441,9 @@ AP_InertialSensor::AP_InertialSensor() :
|
|||
_board_orientation(ROTATION_NONE),
|
||||
_primary_gyro(0),
|
||||
_primary_accel(0),
|
||||
_log_raw_bit(-1),
|
||||
_hil_mode(false),
|
||||
_calibrating(false),
|
||||
_log_raw_bit(-1),
|
||||
_backends_detected(false),
|
||||
_dataflash(nullptr),
|
||||
_accel_cal_requires_reboot(false),
|
||||
|
|
Loading…
Reference in New Issue