trigger debug

This commit is contained in:
rusefi 2017-05-13 08:25:47 -04:00
parent 17ddd3fff8
commit 0d5cb77305
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ void TriggerState::decodeTriggerEvent(trigger_event_e const signal, efitime_t no
float currentGap = 1.0 * currentDuration / toothed_previous_duration;
#if ! EFI_UNIT_TEST || defined(__DOXYGEN__)
tsOutputChannels.debugFloatField1 = currentGap;
tsOutputChannels.debugFloatField2 = currentCycle.current_index;
#endif /* EFI_UNIT_TEST */
}