This commit is contained in:
rusefi 2018-12-24 00:46:02 -05:00
parent 1259761f70
commit 0e6c175ba6
1 changed files with 1 additions and 1 deletions

View File

@ -246,9 +246,9 @@ static void resetAccel(void) {
engine->wallFuel.reset();
}
static int previousSecond;
#if EFI_CLOCK_LOCKS
static int previousSecond;
typedef FLStack<int, 16> irq_enter_timestamps_t;