mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
InertialSensor_PX4: resolve compiler warning
This commit is contained in:
parent
a76e2ab02e
commit
33fe778cdd
@ -19,8 +19,8 @@ public:
|
|||||||
|
|
||||||
AP_InertialSensor_PX4() :
|
AP_InertialSensor_PX4() :
|
||||||
AP_InertialSensor(),
|
AP_InertialSensor(),
|
||||||
_sample_time_usec(0),
|
_last_get_sample_timestamp(0),
|
||||||
_last_get_sample_timestamp(0)
|
_sample_time_usec(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user