FATAL on NB2 tune jim stim input signal #2965
This commit is contained in:
parent
e1c41ff798
commit
2442d8f2d8
|
@ -200,7 +200,7 @@ void hwHandleVvtCamSignal(trigger_value_e front, efitick_t nowNt, int index DECL
|
|||
#if EFI_PROD_CODE
|
||||
writePad("cam debug", CONFIG(camInputsDebug[index]), 1);
|
||||
#endif /* EFI_PROD_CODE */
|
||||
engine->executor.scheduleByTimestamp("dbg_on", &debugToggleScheduling, nowNt + DEBUG_PIN_DELAY, &turnOffAllDebugFields);
|
||||
engine->executor.scheduleByTimestampNt("dbg_on", &debugToggleScheduling, nowNt + DEBUG_PIN_DELAY, &turnOffAllDebugFields);
|
||||
}
|
||||
|
||||
if (CONFIG(displayLogicLevelsInEngineSniffer) && isImportantFront) {
|
||||
|
|
Loading…
Reference in New Issue