Honda K cam wheels #3405
This commit is contained in:
parent
346e617d6a
commit
68c1995044
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue