only: dead enum since VVT_MITSUBISHI_6G75 uses TT_NISSAN_MR18_CAM_VVT

This commit is contained in:
rusefillc 2023-11-08 15:18:27 -05:00
parent 03fbcc99b1
commit 49e2f91a70
2 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ enum class trigger_type_e : uint32_t {
TT_36_2_1 = 70,
// Mitsubishi 3 cyl and 6 cyl
TT_36_2_1_1 = 71,
TT_VVT_MITSUBISHI_6G75 = 72,
UNUSED72 = 72,
TT_VVT_TOYOTA_4_1 = 73,
// GM 24x with 3/12 degree gaps
TT_GM_24x_2 = 74,

View File

@ -500,7 +500,7 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e triggerOperatio
setTriggerSynchronizationGap3(/*gapIndex*/1, /*from*/0.75, 1.25);
break;
case trigger_type_e::TT_VVT_MITSUBISHI_6G75:
case trigger_type_e::UNUSED72:
case trigger_type_e::TT_NISSAN_QR25:
initializeNissanQR25crank(this);
break;