Technical debt: ENUM_32_BITS #3874

poking the bear
This commit is contained in:
rusefi 2023-06-01 02:18:48 -04:00 committed by rusefillc
parent 99b4ea78d9
commit 4d0abac889
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_MAZDA_MIATA_NA;
triggerType.type = trigger_type_e::TT_MAZDA_MIATA_NA;
mShape.initializeTriggerWaveform(FOUR_STROKE_CAM_SENSOR, triggerType);
return &mShape;
}