improving debug logging
This commit is contained in:
parent
e6f8415280
commit
d9e8623559
|
@ -332,12 +332,13 @@ void TriggerState::decodeTriggerEvent(trigger_event_e const signal, efitime_t no
|
|||
|
||||
nextRevolution();
|
||||
|
||||
#if EFI_UNIT_TEST || defined(__DOXYGEN__)
|
||||
if (printTriggerDebug) {
|
||||
printf("index=%d %d\r\n",
|
||||
currentCycle.current_index,
|
||||
runningRevolutionCounter);
|
||||
}
|
||||
|
||||
#endif /* EFI_UNIT_TEST */
|
||||
} else {
|
||||
nextTriggerEvent()
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue