Skip to content

Commit 9866b8a

Browse files
authored
Move the remark to the standard Notes and Warnings section
1 parent d958580 commit 9866b8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Language/Functions/Communication/Serial/ifSerial.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ None
3737
Returns true if the specified serial port is available. This will only return false if querying the Leonardo's USB CDC serial connection before it is ready. Data type: `bool`.
3838

3939

40-
[float]
41-
=== Warning
42-
This function adds a delay of 10ms in an attempt to solve "open but not quite" situations. Don't use it in tight loops.
43-
4440
--
4541
// OVERVIEW SECTION ENDS
4642

@@ -71,5 +67,9 @@ void loop() {
7167
}
7268
----
7369

70+
[float]
71+
=== Notes and Warnings
72+
This function adds a delay of 10ms in an attempt to solve "open but not quite" situations. Don't use it in tight loops.
73+
7474
--
7575
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)