Honda K cam wheels #3405
This commit is contained in:
parent
c57f9c325f
commit
463515e282
|
@ -345,6 +345,7 @@ void hwHandleVvtCamSignal(trigger_value_e front, efitick_t nowNt, int index DECL
|
||||||
vvtPosition -= crankOffset;
|
vvtPosition -= crankOffset;
|
||||||
vvtPosition = wrapVvt(vvtPosition);
|
vvtPosition = wrapVvt(vvtPosition);
|
||||||
|
|
||||||
|
// this could be just an 'if' but let's have it expandable for future use :)
|
||||||
switch(engineConfiguration->vvtMode[camIndex]) {
|
switch(engineConfiguration->vvtMode[camIndex]) {
|
||||||
case VVT_HONDA_K:
|
case VVT_HONDA_K:
|
||||||
doFixAngle(vvtPosition, 180);
|
doFixAngle(vvtPosition, 180);
|
||||||
|
|
Loading…
Reference in New Issue