GM SENT ETB bench test in NJ #4688

This commit is contained in:
rusefi 2022-10-26 09:27:32 -04:00
parent 4cd403e326
commit 727a6703b4
1 changed files with 5 additions and 1 deletions

View File

@ -77,9 +77,13 @@ public:
void showInfo(const char*) const override { }
void setTimeout(int timeoutMs) {
m_timeoutPeriod = MS2NT(timeoutMs);
}
private:
SensorResult m_result;
const efitick_t m_timeoutPeriod;
efitick_t m_timeoutPeriod;
efitick_t m_lastUpdate = 0;
};