removes delay(10) from HardwareSerial::end() (#8634)
This commit is contained in:
parent
e079e22848
commit
cd409b2168
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ void HardwareSerial::end(bool fullyTerminate)
|
|||
_rxPin = _txPin = _ctsPin = _rtsPin = -1;
|
||||
|
||||
}
|
||||
delay(10);
|
||||
|
||||
uartEnd(_uart);
|
||||
_uart = 0;
|
||||
_destroyEventTask();
|
||||
|
|
|
|||
Loading…
Reference in a new issue