better enum name
This commit is contained in:
parent
747d10cd0a
commit
eda6435b18
|
@ -341,7 +341,7 @@ enum class trigger_type_e : uint32_t {
|
||||||
// * only the 4 tooth signal, without the 360 signal
|
// * only the 4 tooth signal, without the 360 signal
|
||||||
// * 8,2,2,2 Nissan pattern
|
// * 8,2,2,2 Nissan pattern
|
||||||
TT_NISSAN_SR20VE = 24,
|
TT_NISSAN_SR20VE = 24,
|
||||||
TT_2JZ_3_34 = 25,
|
TT_2JZ_3_34_SIMULATION_ONLY = 25,
|
||||||
TT_ROVER_K = 26,
|
TT_ROVER_K = 26,
|
||||||
// GM 24x with 5/10 degree gaps
|
// GM 24x with 5/10 degree gaps
|
||||||
TT_GM_24x = 27,
|
TT_GM_24x = 27,
|
||||||
|
|
|
@ -697,7 +697,7 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e triggerOperatio
|
||||||
initialize36_2_2_2(this);
|
initialize36_2_2_2(this);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case trigger_type_e::TT_2JZ_3_34:
|
case trigger_type_e::TT_2JZ_3_34_SIMULATION_ONLY:
|
||||||
initialize2jzGE3_34_simulation_shape(this);
|
initialize2jzGE3_34_simulation_shape(this);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue