MRE_SUBARU_EJ18
This commit is contained in:
parent
63e328603f
commit
c0e2ca5e74
|
@ -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 Fri Dec 04 00:17:47 EST 2020
|
// 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 Dec 06 09:01:41 EST 2020
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -775,8 +775,6 @@ case BMW_M73_PROTEUS:
|
||||||
return "BMW_M73_PROTEUS";
|
return "BMW_M73_PROTEUS";
|
||||||
case CAMARO_4:
|
case CAMARO_4:
|
||||||
return "CAMARO_4";
|
return "CAMARO_4";
|
||||||
case CHEVY_C20_1973:
|
|
||||||
return "CHEVY_C20_1973";
|
|
||||||
case CITROEN_TU3JP:
|
case CITROEN_TU3JP:
|
||||||
return "CITROEN_TU3JP";
|
return "CITROEN_TU3JP";
|
||||||
case DEFAULT_FRANKENSO:
|
case DEFAULT_FRANKENSO:
|
||||||
|
@ -863,6 +861,8 @@ case MRE_MIATA_NB2_MAF:
|
||||||
return "MRE_MIATA_NB2_MAF";
|
return "MRE_MIATA_NB2_MAF";
|
||||||
case MRE_MIATA_NB2_MAP:
|
case MRE_MIATA_NB2_MAP:
|
||||||
return "MRE_MIATA_NB2_MAP";
|
return "MRE_MIATA_NB2_MAP";
|
||||||
|
case MRE_SUBARU_EJ18:
|
||||||
|
return "MRE_SUBARU_EJ18";
|
||||||
case NISSAN_PRIMERA:
|
case NISSAN_PRIMERA:
|
||||||
return "NISSAN_PRIMERA";
|
return "NISSAN_PRIMERA";
|
||||||
case PROMETHEUS_DEFAULTS:
|
case PROMETHEUS_DEFAULTS:
|
||||||
|
|
|
@ -1166,7 +1166,7 @@ void resetConfigurationExt(Logging * logger, configuration_callback_t boardCallb
|
||||||
// todo: is it time to replace MICRO_RUS_EFI, PROTEUS, PROMETHEUS_DEFAULTS with MINIMAL_PINS? maybe rename MINIMAL_PINS to DEFAULT?
|
// todo: is it time to replace MICRO_RUS_EFI, PROTEUS, PROMETHEUS_DEFAULTS with MINIMAL_PINS? maybe rename MINIMAL_PINS to DEFAULT?
|
||||||
case PROTEUS:
|
case PROTEUS:
|
||||||
case PROMETHEUS_DEFAULTS:
|
case PROMETHEUS_DEFAULTS:
|
||||||
case CHEVY_C20_1973:
|
case MRE_SUBARU_EJ18:
|
||||||
case ZIL_130:
|
case ZIL_130:
|
||||||
case MINIMAL_PINS:
|
case MINIMAL_PINS:
|
||||||
// all basic settings are already set in prepareVoidConfiguration(), no need to set anything here
|
// all basic settings are already set in prepareVoidConfiguration(), no need to set anything here
|
||||||
|
|
|
@ -122,7 +122,7 @@ typedef enum {
|
||||||
|
|
||||||
UNUSED_36 = 36,
|
UNUSED_36 = 36,
|
||||||
|
|
||||||
CHEVY_C20_1973 = 37,
|
MRE_SUBARU_EJ18 = 37,
|
||||||
|
|
||||||
TOYOTA_JZS147 = 38, // 2JZ-GTE NON VVTi
|
TOYOTA_JZS147 = 38, // 2JZ-GTE NON VVTi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue