From d7e8de807d19fbca406e463f687ee4f5ac167c67 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Wed, 9 Sep 2020 20:55:57 -0700 Subject: [PATCH 1/2] Update flush.adoc --- Language/Functions/Communication/Serial/flush.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Communication/Serial/flush.adoc b/Language/Functions/Communication/Serial/flush.adoc index c3c6f43b8..28e407da8 100644 --- a/Language/Functions/Communication/Serial/flush.adoc +++ b/Language/Functions/Communication/Serial/flush.adoc @@ -16,7 +16,7 @@ title: Serial.flush() === Description Waits for the transmission of outgoing serial data to complete. (Prior to Arduino 1.0, this instead removed any buffered incoming serial data.) -`flush()` inherits from the link:../flush[Stream] utility class. +`flush()` inherits from the link:../../Stream/flush[Stream] utility class. [%hardbreaks] From 89c38a99e306e73a2118c9aa23172ca0c564b443 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Mon, 9 May 2022 12:38:08 -0400 Subject: [PATCH 2/2] Update Language/Functions/Communication/Serial/flush.adoc Co-authored-by: per1234 --- Language/Functions/Communication/Serial/flush.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Communication/Serial/flush.adoc b/Language/Functions/Communication/Serial/flush.adoc index 28e407da8..b4cdcac72 100644 --- a/Language/Functions/Communication/Serial/flush.adoc +++ b/Language/Functions/Communication/Serial/flush.adoc @@ -16,7 +16,7 @@ title: Serial.flush() === Description Waits for the transmission of outgoing serial data to complete. (Prior to Arduino 1.0, this instead removed any buffered incoming serial data.) -`flush()` inherits from the link:../../Stream/flush[Stream] utility class. +`flush()` inherits from the link:../../stream/streamflush[Stream] utility class. [%hardbreaks]