Skip to content

Commit 7aa1b17

Browse files
author
Stefania
authored
Merge pull request arduino#241 from arduino/SimonePDA-patch-3
Update streamReadBytes.adoc
2 parents 52839c2 + dc64a9c commit 7aa1b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Communication/Stream/streamReadBytes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Stream.readBytes()
1414

1515
[float]
1616
=== Description
17-
`readBytes()` read characters from a stream into a buffer. The function terminates if the determined length has been read, or it times out (see link:../streamSetTimeout[setTimeout()]).
17+
`readBytes()` read characters from a stream into a buffer. The function terminates if the determined length has been read, or it times out (see link:../streamsettimeout[setTimeout()]).
1818

1919
`readBytes()` returns the number of bytes placed in the buffer. A 0 means no valid data was found.
2020

@@ -40,4 +40,4 @@ This function is part of the Stream class, and is called by any class that inher
4040
The number of bytes placed in the buffer (`size_t`)
4141

4242
--
43-
// OVERVIEW SECTION ENDS
43+
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)