2021 is the year of Hellen
This commit is contained in:
parent
c168a1125f
commit
becf33b240
|
@ -1,7 +1,7 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "rusefi_enums.h"
|
#include "rusefi_enums.h"
|
||||||
#include "rusefi_hw_enums.h"
|
#include "rusefi_hw_enums.h"
|
||||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sun May 02 18:44:16 EDT 2021
|
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sun May 02 23:45:16 EDT 2021
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -875,6 +875,8 @@ case HELLEN_121_NISSAN:
|
||||||
return "HELLEN_121_NISSAN";
|
return "HELLEN_121_NISSAN";
|
||||||
case HELLEN_121_VAG:
|
case HELLEN_121_VAG:
|
||||||
return "HELLEN_121_VAG";
|
return "HELLEN_121_VAG";
|
||||||
|
case HELLEN_128_MERCEDES:
|
||||||
|
return "HELLEN_128_MERCEDES";
|
||||||
case HELLEN_134_BMW:
|
case HELLEN_134_BMW:
|
||||||
return "HELLEN_134_BMW";
|
return "HELLEN_134_BMW";
|
||||||
case HELLEN_154_VAG:
|
case HELLEN_154_VAG:
|
||||||
|
@ -991,8 +993,6 @@ case TOYOTA_2JZ_GTE_VVTi:
|
||||||
return "TOYOTA_2JZ_GTE_VVTi";
|
return "TOYOTA_2JZ_GTE_VVTi";
|
||||||
case TOYOTA_JZS147:
|
case TOYOTA_JZS147:
|
||||||
return "TOYOTA_JZS147";
|
return "TOYOTA_JZS147";
|
||||||
case UNUSED_36:
|
|
||||||
return "UNUSED_36";
|
|
||||||
case VAG_18_TURBO:
|
case VAG_18_TURBO:
|
||||||
return "VAG_18_TURBO";
|
return "VAG_18_TURBO";
|
||||||
case VW_ABA:
|
case VW_ABA:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "rusefi_enums.h"
|
#include "rusefi_enums.h"
|
||||||
#include "rusefi_hw_enums.h"
|
#include "rusefi_hw_enums.h"
|
||||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sun May 02 18:44:15 EDT 2021
|
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sun May 02 23:45:15 EDT 2021
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -851,6 +851,8 @@ case HELLEN_121_NISSAN:
|
||||||
return "HELLEN_121_NISSAN";
|
return "HELLEN_121_NISSAN";
|
||||||
case HELLEN_121_VAG:
|
case HELLEN_121_VAG:
|
||||||
return "HELLEN_121_VAG";
|
return "HELLEN_121_VAG";
|
||||||
|
case HELLEN_128_MERCEDES:
|
||||||
|
return "HELLEN_128_MERCEDES";
|
||||||
case HELLEN_134_BMW:
|
case HELLEN_134_BMW:
|
||||||
return "HELLEN_134_BMW";
|
return "HELLEN_134_BMW";
|
||||||
case HELLEN_154_VAG:
|
case HELLEN_154_VAG:
|
||||||
|
@ -967,8 +969,6 @@ case TOYOTA_2JZ_GTE_VVTi:
|
||||||
return "TOYOTA_2JZ_GTE_VVTi";
|
return "TOYOTA_2JZ_GTE_VVTi";
|
||||||
case TOYOTA_JZS147:
|
case TOYOTA_JZS147:
|
||||||
return "TOYOTA_JZS147";
|
return "TOYOTA_JZS147";
|
||||||
case UNUSED_36:
|
|
||||||
return "UNUSED_36";
|
|
||||||
case VAG_18_TURBO:
|
case VAG_18_TURBO:
|
||||||
return "VAG_18_TURBO";
|
return "VAG_18_TURBO";
|
||||||
case VW_ABA:
|
case VW_ABA:
|
||||||
|
|
|
@ -112,7 +112,7 @@ typedef enum {
|
||||||
|
|
||||||
CAMARO_4 = ET_CAMARO,
|
CAMARO_4 = ET_CAMARO,
|
||||||
|
|
||||||
UNUSED_36 = 36,
|
HELLEN_128_MERCEDES = ET_HELLEN_128_MERCEDES,
|
||||||
|
|
||||||
MRE_SUBARU_EJ18 = ET_MRE_SUBARU_EJ18,
|
MRE_SUBARU_EJ18 = ET_MRE_SUBARU_EJ18,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue