mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
AP_InertialSensor: init members to reduce compiler warnings
This commit is contained in:
parent
d530fe1806
commit
c5a03ea18e
@ -106,7 +106,8 @@ const AP_Param::GroupInfo AP_InertialSensor::var_info[] PROGMEM = {
|
|||||||
|
|
||||||
AP_InertialSensor::AP_InertialSensor() :
|
AP_InertialSensor::AP_InertialSensor() :
|
||||||
_accel(),
|
_accel(),
|
||||||
_gyro()
|
_gyro(),
|
||||||
|
_board_orientation(ROTATION_NONE)
|
||||||
{
|
{
|
||||||
AP_Param::setup_object_defaults(this, var_info);
|
AP_Param::setup_object_defaults(this, var_info);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user