HELLEN_154_HYUNDAI

This commit is contained in:
rusefillc 2021-08-03 13:51:33 -04:00
parent d51990ae85
commit 8cffec5c31
3 changed files with 6 additions and 1 deletions

View File

@ -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 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
@ -430,6 +430,8 @@ case HELLEN_128_MERCEDES:
return "HELLEN_128_MERCEDES";
case HELLEN_134_BMW:
return "HELLEN_134_BMW";
case HELLEN_154_HYUNDAI:
return "HELLEN_154_HYUNDAI";
case HELLEN_154_VAG:
return "HELLEN_154_VAG";
case HELLEN_55_BMW:

View File

@ -965,6 +965,7 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
case HELLEN_88_BMW:
case HELLEN_134_BMW:
case HELLEN_154_VAG:
case HELLEN_154_HYUNDAI:
break;
case HELLEN_NA6:
case HELLEN_NA94:

View File

@ -207,6 +207,8 @@ typedef enum {
HELLEN_NA94 = ET_HELLEN_NA94,
HELLEN_154_HYUNDAI = ET_HELLEN_154_HYUNDAI,
/**
* this configuration has as few pins configured as possible
*/