From 12f6b11df449bdeafc2ee89243fd1dab6c488e72 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 2 Feb 2019 19:15:41 -0800 Subject: [PATCH] Remove empty "Notes and Warnings" section from Serial.findUntil() --- .../Functions/Communication/Serial/findUntil.adoc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Language/Functions/Communication/Serial/findUntil.adoc b/Language/Functions/Communication/Serial/findUntil.adoc index c2e32ff6f..826253084 100644 --- a/Language/Functions/Communication/Serial/findUntil.adoc +++ b/Language/Functions/Communication/Serial/findUntil.adoc @@ -41,19 +41,6 @@ The function returns true if the target string is found, false if it times out. // OVERVIEW SECTION ENDS - - -// HOW TO USE SECTION STARTS -[#howtouse] --- - -[float] -=== Notes and Warnings - --- -// HOW TO USE SECTION ENDS - - // SEE ALSO SECTION [#see_also] --