From 03b1c3ffa87894854f57ebebd3600bff223ce4fa Mon Sep 17 00:00:00 2001 From: TurboMarian Date: Sat, 21 Jan 2023 17:13:51 +0000 Subject: [PATCH] Update antilag_system.h (cherry picked from commit 580ed2bc98119f0f2a464de6e1dc4e5e8646c972) --- firmware/controllers/algo/antilag_system.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/controllers/algo/antilag_system.h b/firmware/controllers/algo/antilag_system.h index 6006591db0..ab86bdec95 100644 --- a/firmware/controllers/algo/antilag_system.h +++ b/firmware/controllers/algo/antilag_system.h @@ -25,4 +25,7 @@ public: bool isInsideALSTimerCondition(); /* enabled and all conditions above */ bool isAntilagConditionMet(int rpm); + +private: + Timer ALStimer; };