Retarding exhaust VVT which drives DI pump causes issues #5596
only: placing angle position into proper range
This commit is contained in:
parent
919c0c1779
commit
51cdf50216
|
@ -212,6 +212,7 @@ void HpfpController::scheduleNextCycle() {
|
|||
}
|
||||
|
||||
angle_t lobe = m_lobe.findNextLobe();
|
||||
wrapAngle(lobe, "lobe", ObdCode::CUSTOM_ERR_6557);
|
||||
angle_t angle_requested = m_requested_pump;
|
||||
|
||||
angleAboveMin = angle_requested > engineConfiguration->hpfpMinAngle;
|
||||
|
|
Loading…
Reference in New Issue