Revert "GDI: HPFP: suspect?"

This reverts commit b1ac3f6cfc523e728414356499a53be49ad4b212.
This commit is contained in:
Andrey Gusakov 2025-02-01 00:46:15 +03:00 committed by rusefillc
parent 2412ae21df
commit 6ab23ae715
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ void HpfpController::pinTurnOn(HpfpController *self) {
// stops, the valve will be turned off in a certain amount of time regardless.
scheduleByAngle(&self->m_event.eventScheduling,
self->m_event.eventScheduling.getMomentNt(),
/* TODO: why fixed engineConfiguration->hpfpActivationAngle? but not calculated m_requested_pump? */
self->m_deadangle + engineConfiguration->hpfpActivationAngle,
{ pinTurnOff, self });
}