We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13de28 commit 50d1429Copy full SHA for 50d1429
1 file changed
cores/esp32/esp32-hal-rmt.c
@@ -665,7 +665,6 @@ static void IRAM_ATTR _rmt_isr(void* arg)
665
}
666
667
if (intr_val & _INT_ERROR(ch)) {
668
- digitalWrite(2, 1);
669
// clear the flag
670
RMT.int_clr.val = _INT_ERROR(ch);
671
RMT.int_ena.val &= ~_INT_ERROR(ch);
0 commit comments