Update antilag_system.h

(cherry picked from commit 580ed2bc98119f0f2a464de6e1dc4e5e8646c972)
This commit is contained in:
TurboMarian 2023-01-21 17:13:51 +00:00 committed by rusefillc
parent c0ef3eff2b
commit 03b1c3ffa8
1 changed files with 3 additions and 0 deletions

View File

@ -25,4 +25,7 @@ public:
bool isInsideALSTimerCondition();
/* enabled and all conditions above */
bool isAntilagConditionMet(int rpm);
private:
Timer ALStimer;
};