bugfix
This commit is contained in:
parent
a549009c99
commit
d5dcc2138e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue