From 50d142950d229b8fabca9b749dc4a5f2533bc426 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Wed, 1 May 2019 20:10:41 +0300 Subject: [PATCH] Update esp32-hal-rmt.c --- cores/esp32/esp32-hal-rmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cores/esp32/esp32-hal-rmt.c b/cores/esp32/esp32-hal-rmt.c index e3cb432c..0a614226 100644 --- a/cores/esp32/esp32-hal-rmt.c +++ b/cores/esp32/esp32-hal-rmt.c @@ -665,7 +665,6 @@ static void IRAM_ATTR _rmt_isr(void* arg) } if (intr_val & _INT_ERROR(ch)) { - digitalWrite(2, 1); // clear the flag RMT.int_clr.val = _INT_ERROR(ch); RMT.int_ena.val &= ~_INT_ERROR(ch);