From 9c38499e88c4afe4f01fc70722ecb053a8c09d5c Mon Sep 17 00:00:00 2001 From: rusEfi Date: Wed, 11 Feb 2015 07:04:31 -0600 Subject: [PATCH] auto-sync --- firmware/config/engines/custom_engine.cpp | 8 ++++---- firmware/rusefi.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/firmware/config/engines/custom_engine.cpp b/firmware/config/engines/custom_engine.cpp index faaee7fcae..a1a786cfa0 100644 --- a/firmware/config/engines/custom_engine.cpp +++ b/firmware/config/engines/custom_engine.cpp @@ -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? diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index fd755a9f9d..058ffbb4a6 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -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; }