diff --git a/firmware/controllers/algo/engine.h b/firmware/controllers/algo/engine.h index 43afcec4bc..70cc64014a 100644 --- a/firmware/controllers/algo/engine.h +++ b/firmware/controllers/algo/engine.h @@ -91,8 +91,12 @@ class Engine final : public TriggerStateListener, public EnginePtr { public: Engine(); AcState acState; + // todo: technical debt: enableOverdwellProtection #3553 bool enableOverdwellProtection = true; + + // used by HW CI bool isPwmEnabled = true; + // todo: remove this once all usages are using 'm_lastEventTimer' int triggerActivityMs = -99 * 1000;