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();
|
nextRevolution();
|
||||||
|
|
||||||
|
#if EFI_UNIT_TEST || defined(__DOXYGEN__)
|
||||||
if (printTriggerDebug) {
|
if (printTriggerDebug) {
|
||||||
printf("index=%d %d\r\n",
|
printf("index=%d %d\r\n",
|
||||||
currentCycle.current_index,
|
currentCycle.current_index,
|
||||||
runningRevolutionCounter);
|
runningRevolutionCounter);
|
||||||
}
|
}
|
||||||
|
#endif /* EFI_UNIT_TEST */
|
||||||
} else {
|
} else {
|
||||||
nextTriggerEvent()
|
nextTriggerEvent()
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue