This commit is contained in:
rusefi 2019-06-14 00:57:24 -04:00
parent f327b961f7
commit ff39a72633
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ angle_t getAdvanceCorrections(int rpm DECLARE_ENGINE_PARAMETER_SUFFIX) {
+ engine->fsioState.fsioTimingAdjustment
+ engine->engineState.cltTimingCorrection
+ pidTimingCorrection
// todo: uncomment once we get useable knock - engine->knockCount
// todo: uncomment once we get usable knock - engine->knockCount
;
}