mirror of https://github.com/rusefi/wideband.git
uninitialized variable!
This commit is contained in:
parent
ff5b3ac3bb
commit
5c128f4034
|
@ -21,6 +21,6 @@ private:
|
||||||
const float m_kd;
|
const float m_kd;
|
||||||
const float m_clamp;
|
const float m_clamp;
|
||||||
|
|
||||||
float m_lastError;
|
float m_lastError = 0;
|
||||||
float m_integrator;
|
float m_integrator = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue