all triggers should be documented way nicer #2001

This commit is contained in:
rusefillc 2020-12-04 11:44:27 -05:00
parent be55246188
commit db5e30edf5
2 changed files with 2 additions and 1 deletions

View File

@ -305,7 +305,7 @@ typedef enum {
* for VVT simulated trigger signal we have https://github.com/rusefi/rusefi/issues/566 gap
* See also TT_MAZDA_MIATA_VVT_TEST
*/
TT_MIATA_VVT = 33,
TT_MIATA_VVT = TT_TT_MIATA_VVT,
/**
* This is a different version of TT_HONDA_ACCORD_1_24

View File

@ -85,6 +85,7 @@ class TriggerWheelInfo {
id == Fields.TT_TT_HONDA_K_12_1 ||
id == Fields.TT_TT_RENIX_44_2_2 ||
id == Fields.TT_TT_RENIX_66_2_2_2 ||
id == Fields.TT_TT_MIATA_VVT ||
id == Fields.TT_TT_GM_7X;
}