From 3a3a2e46ddc533791d3779b50ea3fc87feb41e5c Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sun, 2 Oct 2016 07:02:25 -0400 Subject: [PATCH] auto-sync --- firmware/controllers/trigger/main_trigger_callback.cpp | 9 --------- firmware/rusefi.cpp | 2 +- firmware/svnversion.h | 4 ++-- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/firmware/controllers/trigger/main_trigger_callback.cpp b/firmware/controllers/trigger/main_trigger_callback.cpp index eb507c4787..70b9da8920 100644 --- a/firmware/controllers/trigger/main_trigger_callback.cpp +++ b/firmware/controllers/trigger/main_trigger_callback.cpp @@ -118,11 +118,6 @@ void seTurnPinHigh(OutputSignalPair *pair) { // getRevolutionCounter(), getTimeNowUs()); #endif /* FUEL_MATH_EXTREME_LOGGING */ -#if EFI_UNIT_TEST -// if (output->currentLogicValue == 1) -// firmwareError("Already high"); -#endif - turnPinHigh(output); } @@ -157,10 +152,6 @@ void seTurnPinLow(OutputSignalPair *pair) { // getRevolutionCounter(), getTimeNowUs()); #endif /* FUEL_MATH_EXTREME_LOGGING */ -#if EFI_UNIT_TEST -// if (output->currentLogicValue == 0) -// firmwareError("Already low"); -#endif output->overlappingCounter--; if (output->overlappingCounter > 0) { #if FUEL_MATH_EXTREME_LOGGING || defined(__DOXYGEN__) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index f9bc5e6112..00d0624350 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -293,5 +293,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 20160927; + return 20161001; } diff --git a/firmware/svnversion.h b/firmware/svnversion.h index a97b55a64b..ec7f2d3531 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // This file was generated by Version2Header -// Sat Oct 01 23:20:57 EDT 2016 +// Sun Oct 02 06:24:52 EDT 2016 #ifndef VCS_VERSION -#define VCS_VERSION "10715" +#define VCS_VERSION "10718" #endif