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 e3cbd23

Browse filesBrowse files
authored
Merge branch 'master' into release/v2.x
2 parents 6dfcdef + cd409b2 commit e3cbd23
Copy full SHA for e3cbd23

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
@@ -470,7 +470,7 @@ void HardwareSerial::end(bool fullyTerminate)
470470
_rxPin = _txPin = _ctsPin = _rtsPin = -1;
471471

472472
}
473-
delay(10);
473+
474474
uartEnd(_uart);
475475
_uart = 0;
476476
_destroyEventTask();

0 commit comments

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