AP_InertialSensor: default primary accel and gyro

This commit is contained in:
Randy Mackay 2015-05-01 15:29:01 +09:00
parent b71b8f4bda
commit 6773c0b232

View File

@ -279,6 +279,8 @@ AP_InertialSensor::AP_InertialSensor() :
_accel(),
_gyro(),
_board_orientation(ROTATION_NONE),
_primary_gyro(0),
_primary_accel(0),
_hil_mode(false),
_have_3D_calibration(false),
_calibrating(false)