trigger signal debug pins - logic level output #2959

This commit is contained in:
Andrey 2021-07-16 17:18:03 -04:00
parent ee91af5c73
commit f87d1c425e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ WaveChart waveChart;
#endif /* EFI_ENGINE_SNIFFER */ #endif /* EFI_ENGINE_SNIFFER */
static scheduling_s debugToggleScheduling; static scheduling_s debugToggleScheduling;
#define DEBUG_PIN_DELAY MS2NT(7) #define DEBUG_PIN_DELAY US2NT(60)
trigger_central_s::trigger_central_s() : hwEventCounters() { trigger_central_s::trigger_central_s() : hwEventCounters() {
} }