We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440c444 commit 610fe5aCopy full SHA for 610fe5a
cores/esp8266/core_esp8266_waveform.cpp
@@ -51,7 +51,7 @@ constexpr int32_t MAXIRQTICKSCCYS = microsecondsToClockCycles(10000);
51
// Maximum servicing time for any single IRQ
52
constexpr uint32_t ISRTIMEOUTCCYS = microsecondsToClockCycles(18);
53
// The latency between in-ISR rearming of the timer and the earliest firing
54
-constexpr int32_t IRQLATENCYCCYS = microsecondsToClockCycles(1);
+constexpr int32_t IRQLATENCYCCYS = microsecondsToClockCycles(2);
55
56
// for INFINITE, the NMI proceeds on the waveform without expiry deadline.
57
// for EXPIRES, the NMI expires the waveform automatically on the expiry ccy.
0 commit comments