Revert "smaller step forward"

This reverts commit deff630653.
This commit is contained in:
Andrey 2022-09-01 09:10:07 -04:00
parent deff630653
commit 22f31397b0
1 changed files with 3 additions and 0 deletions

View File

@ -705,6 +705,9 @@ void TriggerCentral::handleShaftSignal(trigger_event_e signal, efitick_t timesta
// Adjust so currentPhase is in engine-space angle, not trigger-space angle
currentEngineDecodedPhase = wrapAngleMethod(currentPhaseFromSyncPoint - tdcPosition(), "currentEnginePhase", CUSTOM_ERR_6555);
#if EFI_TUNER_STUDIO
engine->outputChannels.currentEnginePhase = currentEngineDecodedPhase;
#endif // EFI_TUNER_STUDIO
// Record precise time and phase of the engine. This is used for VVT decode.
{