FATAL on NB2 tune jim stim input signal fix #2965
This commit is contained in:
parent
d73768b46c
commit
c5399a4632
|
@ -421,7 +421,7 @@ void handleShaftSignal(int signalIndex, bool isRising, efitick_t timestamp DECLA
|
|||
#if EFI_PROD_CODE
|
||||
writePad("trigger debug", CONFIG(triggerInputDebugPins[signalIndex]), 1);
|
||||
#endif /* EFI_PROD_CODE */
|
||||
engine->executor.scheduleByTimestamp("dbg_off", &debugToggleScheduling, timestamp + DEBUG_PIN_DELAY, &turnOffAllDebugFields);
|
||||
engine->executor.scheduleByTimestampNt("dbg_off", &debugToggleScheduling, timestamp + DEBUG_PIN_DELAY, &turnOffAllDebugFields);
|
||||
}
|
||||
|
||||
#if EFI_TOOTH_LOGGER
|
||||
|
|
Loading…
Reference in New Issue