Skip to content

Commit 883b842

Browse files
author
Stefania
authored
Merge pull request #183 from arduino/SimonePDA-patch-3
Update setTimeout.adoc
2 parents 9ec27b3 + 6f1ce5d commit 883b842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/setTimeout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Serial.setTimeout()
1515

1616
[float]
1717
=== Description
18-
`Serial.setTimeout()` sets the maximum milliseconds to wait for serial data when using link:../readBytesUntil[serial.readBytesUntil()] or link:../readBytes[serial.readBytes()]. It defaults to 1000 milliseconds.
18+
`Serial.setTimeout()` sets the maximum milliseconds to wait for serial data when using link:../readbytesuntil[serial.readBytesUntil()] or link:../readbytes[serial.readBytes()]. It defaults to 1000 milliseconds.
1919

2020
`Serial.setTimeout()` inherits from the link:../../stream[Stream] utility class.
2121
[%hardbreaks]

0 commit comments

Comments
 (0)