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; }