Honda K cam wheels #3405

This commit is contained in:
Andrey 2021-10-28 13:49:54 -04:00
parent c57f9c325f
commit 463515e282
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ void hwHandleVvtCamSignal(trigger_value_e front, efitick_t nowNt, int index DECL
vvtPosition -= crankOffset;
vvtPosition = wrapVvt(vvtPosition);
// this could be just an 'if' but let's have it expandable for future use :)
switch(engineConfiguration->vvtMode[camIndex]) {
case VVT_HONDA_K:
doFixAngle(vvtPosition, 180);