got deeper into the rabbit hole and now I am confused about something else
This commit is contained in:
parent
90a7e61767
commit
f2c321d37b
|
@ -238,6 +238,8 @@ void rpmShaftPositionCallback(trigger_event_e ckpSignalType,
|
|||
if (index == 0) {
|
||||
ENGINE(m.beforeRpmCb) = GET_TIMESTAMP();
|
||||
|
||||
// WAT? we are here in case of trigger sync. why are we checking (incorrectly)
|
||||
// if engine is spinning and STOPPING it (incorrectly since 'lastRpmEventTimeNt' was not assigned yet?)
|
||||
bool hadRpmRecently = rpmState->checkIfSpinning(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
||||
if (hadRpmRecently) {
|
||||
|
|
Loading…
Reference in New Issue