From f04e2fa046906abc48e299f1b04adecbe07f2a3c Mon Sep 17 00:00:00 2001 From: rusEfi Date: Tue, 7 Apr 2015 08:11:07 -0500 Subject: [PATCH] auto-sync --- firmware/config/engines/sachs.cpp | 2 +- firmware/rusefi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config/engines/sachs.cpp b/firmware/config/engines/sachs.cpp index e921e9625e..241c3a342a 100644 --- a/firmware/config/engines/sachs.cpp +++ b/firmware/config/engines/sachs.cpp @@ -26,7 +26,7 @@ void setSachs(engine_configuration_s *engineConfiguration) { /** - * We treat the trigger as 1/0 toothed wheel + * 50/2 trigger */ engineConfiguration->trigger.type = TT_TOOTHED_WHEEL; engineConfiguration->trigger.customTotalToothCount = 50; diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 0ada2a6257..3b66df45ba 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -276,5 +276,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 20150406; + return 20150407; }