auto-sync
This commit is contained in:
parent
b5db30e9cb
commit
3a3a2e46dd
|
@ -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__)
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue