Skip to content

Commit de7ce1c

Browse files
authored
Update HardwareSerial.cpp
Signed-off-by: patricklaf <[email protected]>
1 parent 7b24c43 commit de7ce1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/arduino/HardwareSerial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ void HardwareSerial::begin(unsigned long baud, byte config)
456456
void HardwareSerial::end()
457457
{
458458
_ready = false;
459-
459+
460460
// wait for transmission of outgoing data
461461
flush(TX_TIMEOUT);
462462

0 commit comments

Comments
 (0)