Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50d1429

Browse filesBrowse files
authored
Update esp32-hal-rmt.c
1 parent d13de28 commit 50d1429
Copy full SHA for 50d1429

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎cores/esp32/esp32-hal-rmt.c

Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-rmt.c
-1Lines changed: 0 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.