Auto-generated configs and docs
This commit is contained in:
parent
eecff27d3b
commit
2c74480c77
|
@ -1,6 +1,6 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "engine_types.h"
|
#include "engine_types.h"
|
||||||
// was generated automatically by rusEFI tool from engine_types.h // by enum2string.jar tool on Tue Jan 17 09:29:39 UTC 2023
|
// was generated automatically by rusEFI tool from engine_types.h // by enum2string.jar tool on Fri Feb 10 12:45:29 UTC 2023
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -157,6 +157,8 @@ case CITROEN_TU3JP:
|
||||||
return "CITROEN_TU3JP";
|
return "CITROEN_TU3JP";
|
||||||
case DEFAULT_FRANKENSO:
|
case DEFAULT_FRANKENSO:
|
||||||
return "DEFAULT_FRANKENSO";
|
return "DEFAULT_FRANKENSO";
|
||||||
|
case DISCOVERY_PDM:
|
||||||
|
return "DISCOVERY_PDM";
|
||||||
case DODGE_NEON_1995:
|
case DODGE_NEON_1995:
|
||||||
return "DODGE_NEON_1995";
|
return "DODGE_NEON_1995";
|
||||||
case DODGE_NEON_2003_CRANK:
|
case DODGE_NEON_2003_CRANK:
|
||||||
|
@ -349,8 +351,6 @@ case TLE8888_BENCH_ENGINE:
|
||||||
return "TLE8888_BENCH_ENGINE";
|
return "TLE8888_BENCH_ENGINE";
|
||||||
case TOYOTA_2JZ_GTE_VVTi:
|
case TOYOTA_2JZ_GTE_VVTi:
|
||||||
return "TOYOTA_2JZ_GTE_VVTi";
|
return "TOYOTA_2JZ_GTE_VVTi";
|
||||||
case UNUSED_38:
|
|
||||||
return "UNUSED_38";
|
|
||||||
case VW_ABA:
|
case VW_ABA:
|
||||||
return "VW_ABA";
|
return "VW_ABA";
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ public enum engine_type_e {
|
||||||
CAMARO_4,
|
CAMARO_4,
|
||||||
HELLEN_128_MERCEDES_4_CYL,
|
HELLEN_128_MERCEDES_4_CYL,
|
||||||
MRE_SUBARU_EJ18,
|
MRE_SUBARU_EJ18,
|
||||||
UNUSED_38,
|
DISCOVERY_PDM,
|
||||||
PROTEUS_VW_B6,
|
PROTEUS_VW_B6,
|
||||||
FRANKENSO_BMW_M73_F,
|
FRANKENSO_BMW_M73_F,
|
||||||
FRANKENSO_MIATA_NA6_MAP,
|
FRANKENSO_MIATA_NA6_MAP,
|
||||||
|
|
Loading…
Reference in New Issue