Skip to content

Commit 7c57f4b

Browse files
author
smellai
committed
fixed 2 links
1 parent d284859 commit 7c57f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Language/Functions/Communication/Serial/flush.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Nothing
6060
* #LANGUAGE# link:../print[print()]
6161
* #LANGUAGE# link:../println[println()]
6262
* #LANGUAGE# link:../write[write()]
63-
* #LANGUAGE# link:../serialEvent[SerialEvent()]
63+
* #LANGUAGE# link:../serialevent[SerialEvent()]
6464
* #LANGUAGE# link:../../stream/streamflush[stream.flush()]
6565

6666
--

Language/Functions/Communication/Stream/streamParseInt.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In particular:
2121

2222
* Initial characters that are not digits or a minus sign, are skipped; +
2323
* Parsing stops when no characters have been read for a configurable time-out value, or a non-digit is read; +
24-
* If no valid digits were read when the time-out (see link:../streamSetTimeout[Stream.setTimeout()]) occurs, 0 is returned;
24+
* If no valid digits were read when the time-out (see link:../streamsettimeout[Stream.setTimeout()]) occurs, 0 is returned;
2525

2626
This function is part of the Stream class, and is called by any class that inherits from it (Wire, Serial, etc). See the link:../../stream[Stream class] main page for more information.
2727
[%hardbreaks]

0 commit comments

Comments
 (0)