This commit is contained in:
parent
20fcaafb92
commit
027a9efdc8
|
@ -18,7 +18,7 @@ void addSkippedToothTriggerEvents(trigger_wheel_e wheel, TriggerWaveform *s,
|
||||||
float offset, float engineCycle, float filterLeft, float filterRight);
|
float offset, float engineCycle, float filterLeft, float filterRight);
|
||||||
|
|
||||||
|
|
||||||
void initializeSkippedToothTriggerWaveformExt(TriggerWaveform *s, int totalTeethCount, int skippedCount, operation_mode_e operationMode);;
|
void initializeSkippedToothTriggerWaveformExt(TriggerWaveform *s, int totalTeethCount, int skippedCount, operation_mode_e operationMode);
|
||||||
|
|
||||||
// TT_3_1_CAM
|
// TT_3_1_CAM
|
||||||
void configure3_1_cam(TriggerWaveform *s);
|
void configure3_1_cam(TriggerWaveform *s);
|
||||||
|
|
|
@ -101,6 +101,7 @@ class TriggerWheelInfo {
|
||||||
id == Fields.TT_TT_RENIX_66_2_2_2 ||
|
id == Fields.TT_TT_RENIX_66_2_2_2 ||
|
||||||
id == Fields.TT_TT_MIATA_VVT ||
|
id == Fields.TT_TT_MIATA_VVT ||
|
||||||
id == Fields.TT_TT_TRI_TACH ||
|
id == Fields.TT_TT_TRI_TACH ||
|
||||||
|
id == Fields.TT_TT_60_2_VW ||
|
||||||
id == Fields.TT_TT_SKODA_FAVORIT ||
|
id == Fields.TT_TT_SKODA_FAVORIT ||
|
||||||
id == Fields.TT_TT_KAWA_KX450F ||
|
id == Fields.TT_TT_KAWA_KX450F ||
|
||||||
id == Fields.TT_TT_GM_7X;
|
id == Fields.TT_TT_GM_7X;
|
||||||
|
|
Loading…
Reference in New Issue