MRE_MIATA_NB2

This commit is contained in:
rusEfi 2019-08-13 19:15:24 -04:00
parent 23377516a9
commit 48a15dcc0c
5 changed files with 8 additions and 8 deletions

View File

@ -617,8 +617,8 @@ case MICRO_RUS_EFI:
return "MICRO_RUS_EFI";
case MINIMAL_PINS:
return "MINIMAL_PINS";
case MINI_COOPER_R50:
return "MINI_COOPER_R50";
case MRE_MIATA_NB2:
return "MRE_MIATA_NB2";
case MITSU_4G93:
return "MITSU_4G93";
case MRE_MIATA_NA6:

View File

@ -755,8 +755,8 @@ case MICRO_RUS_EFI:
return "MICRO_RUS_EFI";
case MINIMAL_PINS:
return "MINIMAL_PINS";
case MINI_COOPER_R50:
return "MINI_COOPER_R50";
case MRE_MIATA_NB2:
return "MRE_MIATA_NB2";
case MITSU_4G93:
return "MITSU_4G93";
case NISSAN_PRIMERA:

View File

@ -1058,7 +1058,7 @@ void resetConfigurationExt(Logging * logger, configuration_callback_t boardCallb
case ISSUE_898:
setIssue898(PASS_CONFIG_PARAMETER_SIGNATURE);
break;
case MINI_COOPER_R50:
case MRE_MIATA_NB2:
case MINIMAL_PINS:
// all basic settings are already set in prepareVoidConfiguration(), no need to set anything here
break;

View File

@ -77,7 +77,7 @@ typedef enum {
MRE_MIATA_NA6 = 12,
MINI_COOPER_R50 = 13,
MRE_MIATA_NB2 = 13,
FORD_ESCORT_GT = 14,

View File

@ -159,8 +159,8 @@ const char* getConfigurationName(engine_type_e engineType) {
return "M323";
case MRE_MIATA_NA6:
return "MRE Miata 1.6";
case MINI_COOPER_R50:
return "CoopR50";
case MRE_MIATA_NB2:
return "MRE_MIATA_NB2";
case FORD_ESCORT_GT:
return "EscrtGT";
case CITROEN_TU3JP: