8000 Reviewers/tested noted they were seeing WDT, and this change appeared… · dok-net/arduino-esp8266@b18ec5b · GitHub
[go: up one dir, main page]

Skip to content

Commit b18ec5b

Browse files
committed
Reviewers/tested noted they were seeing WDT, and this change appeared to fix that.
1 parent 55f354d commit b18ec5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_waveform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ constexpr int32_t MAXIRQTICKSCCYS = microsecondsToClockCycles(10000);
5151
// Maximum servicing time for any single IRQ
5252
constexpr uint32_t ISRTIMEOUTCCYS = microsecondsToClockCycles(18);
5353
// The latency between in-ISR rearming of the timer and the earliest firing
54-
constexpr int32_t IRQLATENCYCCYS = microsecondsToClockCycles(1);
54+
constexpr int32_t IRQLATENCYCCYS = microsecondsToClockCycles(2);
5555

5656
// for INFINITE, the NMI proceeds on the waveform without expiry deadline.
5757
// for EXPIRES, the NMI expires the waveform automatically on the expiry ccy.

0 commit comments

Comments
 (0)
0