Clean-up all the 4g drama #5213

This commit is contained in:
Andrey 2023-04-01 16:01:37 -04:00
parent 5d465b3919
commit ad634a7ddc
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ static TriggerWaveform * getTriggerForEmulation() {
if (hackVvtSim) {
static TriggerWaveform mShape;
trigger_config_s triggerType;
triggerType.type = TT_MITSUBISHI_4G93;
triggerType.type = TT_MAZDA_MIATA_NA;
mShape.initializeTriggerWaveform(FOUR_STROKE_CAM_SENSOR, triggerType);
return &mShape;
}