Update antilag_system.h
(cherry picked from commit 580ed2bc98119f0f2a464de6e1dc4e5e8646c972)
This commit is contained in:
parent
c0ef3eff2b
commit
03b1c3ffa8
|
@ -25,4 +25,7 @@ public:
|
||||||
bool isInsideALSTimerCondition();
|
bool isInsideALSTimerCondition();
|
||||||
/* enabled and all conditions above */
|
/* enabled and all conditions above */
|
||||||
bool isAntilagConditionMet(int rpm);
|
bool isAntilagConditionMet(int rpm);
|
||||||
|
|
||||||
|
private:
|
||||||
|
Timer ALStimer;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue