hyundai
This commit is contained in:
parent
2a87208380
commit
b731f90474
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Oct 06 17:59:31 UTC 2021
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Mon Oct 11 13:20:19 EDT 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -430,8 +430,10 @@ case HELLEN_128_MERCEDES_8_CYL:
|
|||
return "HELLEN_128_MERCEDES_8_CYL";
|
||||
case HELLEN_134_BMW:
|
||||
return "HELLEN_134_BMW";
|
||||
case HELLEN_154_HYUNDAI:
|
||||
return "HELLEN_154_HYUNDAI";
|
||||
case HELLEN_154_HYUNDAI_COUPE_BK1:
|
||||
return "HELLEN_154_HYUNDAI_COUPE_BK1";
|
||||
case HELLEN_154_HYUNDAI_COUPE_BK2:
|
||||
return "HELLEN_154_HYUNDAI_COUPE_BK2";
|
||||
case HELLEN_154_VAG:
|
||||
return "HELLEN_154_VAG";
|
||||
case HELLEN_55_BMW:
|
||||
|
|
|
@ -208,7 +208,7 @@ typedef enum {
|
|||
HELLEN_NA94 = ET_HELLEN_NA94,
|
||||
|
||||
// 82
|
||||
HELLEN_154_HYUNDAI = ET_HELLEN_154_HYUNDAI,
|
||||
HELLEN_154_HYUNDAI_COUPE_BK1 = ET_HELLEN_154_HYUNDAI_COUPE_BK1,
|
||||
HELLEN_NB1 = ET_HELLEN_NB1,
|
||||
// 84
|
||||
HELLEN_121_NISSAN_4_CYL = ET_HELLEN_121_NISSAN_4_CYL,
|
||||
|
@ -227,6 +227,8 @@ typedef enum {
|
|||
|
||||
PROTEUS_N73 = ET_PROTEUS_N73,
|
||||
|
||||
HELLEN_154_HYUNDAI_COUPE_BK2 = ET_HELLEN_154_HYUNDAI_COUPE_BK2,
|
||||
|
||||
|
||||
/**
|
||||
* this configuration has as few pins configured as possible
|
||||
|
|
Loading…
Reference in New Issue