diff --git a/firmware/controllers/algo/engine_configuration.cpp b/firmware/controllers/algo/engine_configuration.cpp index c2221dd9a9..ab8952e0fd 100644 --- a/firmware/controllers/algo/engine_configuration.cpp +++ b/firmware/controllers/algo/engine_configuration.cpp @@ -925,6 +925,8 @@ void resetConfigurationExt(Logging * logger, engine_type_e engineType DECLARE_EN set1973c20(PASS_ENGINE_PARAMETER_F); break; case TOYOTA_2JZ_GTE_VVTi: + setToyota_2jz_vics(PASS_ENGINE_PARAMETER_F); + break; case TOYOTA_JZS147: setToyota_jzs147EngineConfiguration(PASS_ENGINE_PARAMETER_F); break;