diff --git a/firmware/controllers/trigger/decoders/trigger_structure.cpp b/firmware/controllers/trigger/decoders/trigger_structure.cpp index cc4121569c..4a813f08a3 100644 --- a/firmware/controllers/trigger/decoders/trigger_structure.cpp +++ b/firmware/controllers/trigger/decoders/trigger_structure.cpp @@ -526,6 +526,7 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e ambiguousOperat initializeNissanVQvvt(this); break; + case TT_VVT_MAP_45_V_TWIN: case TT_NISSAN_QR25: initializeNissanQR25crank(this); break; @@ -578,7 +579,6 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e ambiguousOperat setMercedesTwoSegment(this); break; - case TT_UNUSED_62: case TT_ONE: setToothedWheelConfiguration(this, 1, 0, ambiguousOperationMode); break;