Skip to content

Commit 50d1429

Browse files
authored
Update esp32-hal-rmt.c
1 parent d13de28 commit 50d1429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: cores/esp32/esp32-hal-rmt.c

-1
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ static void IRAM_ATTR _rmt_isr(void* arg)
665665
}
666666

667667
if (intr_val & _INT_ERROR(ch)) {
668-
digitalWrite(2, 1);
669668
// clear the flag
670669
RMT.int_clr.val = _INT_ERROR(ch);
671670
RMT.int_ena.val &= ~_INT_ERROR(ch);

0 commit comments

Comments
 (0)