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 2dcb28f

Browse filesBrowse files
authored
Update esp32-hal-rgb-led.c (espressif#9374)
1 parent 75b7f4b commit 2dcb28f
Copy full SHA for 2dcb28f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎cores/esp32/esp32-hal-rgb-led.c

Copy file name to clipboardExpand all lines: cores/esp32/esp32-hal-rgb-led.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ void neopixelWrite(uint8_t pin, uint8_t red_val, uint8_t green_val, uint8_t blue
4343
i++;
4444
}
4545
}
46-
rmtWrite(rmt_send, led_data, 24);
46+
rmtWriteBlocking(rmt_send, led_data, 24);
4747
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.