auto-sync
This commit is contained in:
parent
e105e7d2c0
commit
9c38499e88
|
@ -86,10 +86,10 @@ void setCustomEngineConfiguration(engine_configuration_s *engineConfiguration) {
|
||||||
boardConfiguration->injectionPins[10] = GPIO_UNASSIGNED;
|
boardConfiguration->injectionPins[10] = GPIO_UNASSIGNED;
|
||||||
boardConfiguration->injectionPins[11] = GPIO_UNASSIGNED;
|
boardConfiguration->injectionPins[11] = GPIO_UNASSIGNED;
|
||||||
|
|
||||||
boardConfiguration->ignitionPins[0] = GPIOC_7;
|
boardConfiguration->ignitionPins[0] = GPIOE_14;
|
||||||
boardConfiguration->ignitionPins[1] = GPIOE_4; // todo: update this value
|
boardConfiguration->ignitionPins[1] = GPIO_UNASSIGNED; // todo: update this value
|
||||||
boardConfiguration->ignitionPins[2] = GPIOE_0; // todo: update this value
|
boardConfiguration->ignitionPins[2] = GPIOC_7;
|
||||||
boardConfiguration->ignitionPins[3] = GPIOE_1; // todo: update this value
|
boardConfiguration->ignitionPins[3] = GPIO_UNASSIGNED; // todo: update this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// todo: 8.2 or 10k?
|
// todo: 8.2 or 10k?
|
||||||
|
|
|
@ -258,5 +258,5 @@ int getRusEfiVersion(void) {
|
||||||
return 1; // this is here to make the compiler happy about the unused array
|
return 1; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE == 0)
|
if (UNUSED_CCM_SIZE == 0)
|
||||||
return 1; // this is here to make the compiler happy about the unused array
|
return 1; // this is here to make the compiler happy about the unused array
|
||||||
return 20150210;
|
return 20150211;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue