This commit is contained in:
rusefillc 2024-02-15 23:31:33 -05:00
parent ea49d3d5eb
commit 4f5334c68d
2 changed files with 2 additions and 2 deletions

View File

@ -733,11 +733,11 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
case engine_type_e::BMW_M73_MRE_SLAVE:
setEngineBMW_M73_microRusEfi();
break;
case engine_type_e::UNUSED_20:
case engine_type_e::MRE_BODY_CONTROL:
mreBCM();
break;
#endif // HW_MICRO_RUSEFI
case engine_type_e::MIATA_NC:
case engine_type_e::HONDA_OBD1:
setHondaObd1();
break;

View File

@ -61,7 +61,7 @@ enum class engine_type_e : uint16_t {
TEST_ROTARY = 19,
// Frankenso board
FRANKENSO_MIATA_NA6_MAP = 41,
UNUSED_20 = 20,
MIATA_NC = 20,
UNUSED_21 = 21,
UNUSED_22 = 22,