rusefillc 2023-05-16 23:07:23 -04:00
parent 65ab190a82
commit 80d88604ff
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ static angle_t adjustCrankPhase(int camIndex) {
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");
[[fallthrough]];
case VVT_INACTIVE:
// do nothing
return 0;