test config fix
This commit is contained in:
parent
ea7f0309fc
commit
59032fec07
|
@ -150,6 +150,7 @@ void setFrankensoBoardTestConfiguration(DECLARE_ENGINE_PARAMETER_F) {
|
|||
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_F);
|
||||
|
||||
engineConfiguration->specs.cylindersCount = 12;
|
||||
engineConfiguration->specs.firingOrder = FO_1_7_5_11_3_9_6_12_2_8_4_10;
|
||||
|
||||
// set ignition_mode 1
|
||||
engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS;
|
||||
|
|
|
@ -250,5 +250,5 @@ int getRusEfiVersion(void) {
|
|||
return 123; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||
return 3211; // this is here to make the compiler happy about the unused array
|
||||
return 20170322;
|
||||
return 20170323;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue