AP_InertialSensor: resolve member init order compiler warning

This commit is contained in:
Randy Mackay 2017-07-07 17:18:34 +09:00
parent 2d11544ea8
commit 51fa8fb0bd
1 changed files with 1 additions and 1 deletions

View File

@ -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),