forked from Archive/PX4-Autopilot
lpe: update _sensorTimeout init on constructor
This commit is contained in:
parent
483f0d55e0
commit
5a17f6b2d5
|
@ -146,7 +146,7 @@ BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
|
|||
_lastArmedState(false),
|
||||
|
||||
// masks
|
||||
_sensorTimeout(255),
|
||||
_sensorTimeout(UINT16_MAX),
|
||||
_sensorFault(0),
|
||||
_estimatorInitialized(0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue