Retarding exhaust VVT which drives DI pump causes issues #5596

only: placing angle position into proper range
This commit is contained in:
rusefillc 2023-10-05 23:37:58 -04:00 committed by rusefillc
parent 919c0c1779
commit 51cdf50216
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ void HpfpController::scheduleNextCycle() {
} }
angle_t lobe = m_lobe.findNextLobe(); angle_t lobe = m_lobe.findNextLobe();
wrapAngle(lobe, "lobe", ObdCode::CUSTOM_ERR_6557);
angle_t angle_requested = m_requested_pump; angle_t angle_requested = m_requested_pump;
angleAboveMin = angle_requested > engineConfiguration->hpfpMinAngle; angleAboveMin = angle_requested > engineConfiguration->hpfpMinAngle;