auto-sync

This commit is contained in:
rusEfi 2015-02-11 07:04:31 -06:00
parent e105e7d2c0
commit 9c38499e88
2 changed files with 5 additions and 5 deletions

View File

@ -86,10 +86,10 @@ void setCustomEngineConfiguration(engine_configuration_s *engineConfiguration) {
boardConfiguration->injectionPins[10] = GPIO_UNASSIGNED;
boardConfiguration->injectionPins[11] = GPIO_UNASSIGNED;
boardConfiguration->ignitionPins[0] = GPIOC_7;
boardConfiguration->ignitionPins[1] = GPIOE_4; // todo: update this value
boardConfiguration->ignitionPins[2] = GPIOE_0; // todo: update this value
boardConfiguration->ignitionPins[3] = GPIOE_1; // todo: update this value
boardConfiguration->ignitionPins[0] = GPIOE_14;
boardConfiguration->ignitionPins[1] = GPIO_UNASSIGNED; // todo: update this value
boardConfiguration->ignitionPins[2] = GPIOC_7;
boardConfiguration->ignitionPins[3] = GPIO_UNASSIGNED; // todo: update this value
#endif
// todo: 8.2 or 10k?

View File

@ -258,5 +258,5 @@ int getRusEfiVersion(void) {
return 1; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE == 0)
return 1; // this is here to make the compiler happy about the unused array
return 20150210;
return 20150211;
}