rusefillc 2023-05-16 23:00:18 -04:00
parent bc09abb02d
commit 86c1a9f8e0
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ static angle_t adjustCrankPhase(int camIndex) {
case VVT_HONDA_K_EXHAUST:
return tc->syncAndReport(getCrankDivider(operationMode), engineConfiguration->vvtBooleanForVerySpecialCases ? 1 : 0);
case VVT_HONDA_K_INTAKE:
// with 4 evenly spaced tooth we cannot use this wheel for engine sync
firmwareError(ObdCode::OBD_PCM_Processor_Fault, "Honda K Intake is not suitable for engine sync");
case VVT_INACTIVE:
// do nothing
return 0;