Skip to content

Commit

Permalink
Mitsubishi 3A92 Support - 3 cylinder #4011
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Mar 20, 2022
1 parent 402f36a commit 625af51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion firmware/controllers/algo/auto_generated_commonenum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@ case VE_TPS:
}
const char *getVvt_mode_e(vvt_mode_e value){
switch(value) {
case VVT_12:
case VVT_MITSUBISHI_3A92:
case VVT_MITSUBISHI_6G75:
return "VVT_12";
case VVT_2JZ:
return "VVT_2JZ";
Expand Down
1 change: 0 additions & 1 deletion firmware/controllers/trigger/trigger_central.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ static angle_t adjustCrankPhase(int camIndex) {
case VVT_FORD_ST170:
case VVT_BARRA_3_PLUS_1:
case VVT_NISSAN_MR:
case VVT_12:
return syncAndReport(tc, getCrankDivider(operationMode), engineConfiguration->tempBooleanForVerySpecialCases ? 1 : 0);
case VVT_HONDA_K:
firmwareError(OBD_PCM_Processor_Fault, "Undecided on VVT phase of %s", getVvt_mode_e(vvtMode));
Expand Down

0 comments on commit 625af51

Please sign in to comment.