HELLEN_154_HYUNDAI
This commit is contained in:
parent
7ac4a523d6
commit
0e155570b8
|
@ -1,6 +1,6 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "rusefi_enums.h"
|
#include "rusefi_enums.h"
|
||||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Mon Aug 02 13:23:06 EDT 2021
|
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Tue Aug 03 05:50:08 EDT 2021
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -430,6 +430,8 @@ case HELLEN_128_MERCEDES:
|
||||||
return "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_HYUNDAI:
|
||||||
|
return "HELLEN_154_HYUNDAI";
|
||||||
case HELLEN_154_VAG:
|
case HELLEN_154_VAG:
|
||||||
return "HELLEN_154_VAG";
|
return "HELLEN_154_VAG";
|
||||||
case HELLEN_55_BMW:
|
case HELLEN_55_BMW:
|
||||||
|
|
|
@ -965,6 +965,7 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
|
||||||
case HELLEN_88_BMW:
|
case HELLEN_88_BMW:
|
||||||
case HELLEN_134_BMW:
|
case HELLEN_134_BMW:
|
||||||
case HELLEN_154_VAG:
|
case HELLEN_154_VAG:
|
||||||
|
case HELLEN_154_HYUNDAI:
|
||||||
break;
|
break;
|
||||||
case HELLEN_NA6:
|
case HELLEN_NA6:
|
||||||
case HELLEN_NA94:
|
case HELLEN_NA94:
|
||||||
|
|
|
@ -207,6 +207,8 @@ typedef enum {
|
||||||
|
|
||||||
HELLEN_NA94 = ET_HELLEN_NA94,
|
HELLEN_NA94 = ET_HELLEN_NA94,
|
||||||
|
|
||||||
|
HELLEN_154_HYUNDAI = ET_HELLEN_154_HYUNDAI,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this configuration has as few pins configured as possible
|
* this configuration has as few pins configured as possible
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue