Skip to content

Commit

Permalink
Update esp32-hal-rmt.c
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored May 1, 2019
1 parent d13de28 commit 50d1429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cores/esp32/esp32-hal-rmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 50d1429

Please sign in to comment.