auto-sync
This commit is contained in:
parent
18e56bd908
commit
38a32f5cec
|
@ -101,8 +101,8 @@ void setCustomEngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
boardConfiguration->injectionPins[11] = GPIO_UNASSIGNED;
|
boardConfiguration->injectionPins[11] = GPIO_UNASSIGNED;
|
||||||
|
|
||||||
boardConfiguration->ignitionPins[0] = GPIOE_14;
|
boardConfiguration->ignitionPins[0] = GPIOE_14;
|
||||||
boardConfiguration->ignitionPins[1] = GPIOC_9;
|
boardConfiguration->ignitionPins[1] = GPIOC_7;
|
||||||
boardConfiguration->ignitionPins[2] = GPIOC_7;
|
boardConfiguration->ignitionPins[2] = GPIOC_9;
|
||||||
boardConfiguration->ignitionPins[3] = GPIOE_10;
|
boardConfiguration->ignitionPins[3] = GPIOE_10;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -275,5 +275,5 @@ int getRusEfiVersion(void) {
|
||||||
return 123; // this is here to make the compiler happy about the unused array
|
return 123; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||||
return 3211; // this is here to make the compiler happy about the unused array
|
return 3211; // this is here to make the compiler happy about the unused array
|
||||||
return 20160102;
|
return 20160104;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue