MRE_SECONDARY_CAN

This commit is contained in:
Andrey 2021-10-26 21:05:38 -04:00
parent 975c679e80
commit 45280d7435
2 changed files with 2 additions and 1 deletions

View File

@ -882,6 +882,7 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
case MRE_M111:
setM111EngineConfiguration(PASS_CONFIG_PARAMETER_SIGNATURE);
break;
case MRE_SECONDARY_CAN:
case SUBARUEJ20G_DEFAULTS:
case MRE_SUBARU_EJ18:
setSubaruEJ18_MRE(PASS_CONFIG_PARAMETER_SIGNATURE);

View File

@ -28,7 +28,7 @@ typedef enum {
* http://rusefi.com/forum/viewtopic.php?t=375
*/
FORD_ASPIRE_1996 = 3,
UNUSED5 = 4,
MRE_SECONDARY_CAN = 4,
NISSAN_PRIMERA = 5,
ET_UNUSED_6 = 6,