Revert "smaller step forward"

This reverts commit f388163d2a.
This commit is contained in:
Andrey 2022-09-01 09:10:07 -04:00
parent f388163d2a
commit e1b3c3380f
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.
{