improving debug logging

This commit is contained in:
rusefi 2017-03-04 00:46:02 -05:00
parent e6f8415280
commit d9e8623559
1 changed files with 2 additions and 1 deletions

View File

@ -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()
;