Idle air add via Lua fix #4465

AddressSanitizer being useful?
This commit is contained in:
rusefillc 2022-08-21 00:58:59 -04:00
parent 217e6218bf
commit 09ec99f192
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ void Engine::resetLua() {
#endif // EFI_BOOST_CONTROL
ignitionState.luaTimingAdd = 0;
ignitionState.luaTimingMult = 1;
engine->module<IdleController>().unmock().luaAdd = 0;
module<IdleController>().unmock().luaAdd = 0;
}
/**