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 cd409b2

Browse filesBrowse files
authored
removes delay(10) from HardwareSerial::end() (espressif#8634)
1 parent e079e22 commit cd409b2
Copy full SHA for cd409b2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cores/esp32/HardwareSerial.cpp

Copy file name to clipboardExpand all lines: cores/esp32/HardwareSerial.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ void HardwareSerial::end(bool fullyTerminate)
446446
_rxPin = _txPin = _ctsPin = _rtsPin = -1;
447447

448448
}
449-
delay(10);
449+
450450
uartEnd(_uart);
451451
_uart = 0;
452452
_destroyEventTask();

0 commit comments

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