Skip to content

Commit 0a26818

Browse files
authored
Merge pull request #501 from per1234/remove-empty-example-code-sections
Remove empty "Example Code" sections
2 parents d5a8c5c + 4bb83b9 commit 0a26818

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

Language/Functions/Communication/Stream/streamPeek.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,5 @@ The next byte (or character), or -1 if none is available.
4343
[#howtouse]
4444
--
4545

46-
[float]
47-
=== Example Code
48-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
49-
5046
--
5147
// HOW TO USE SECTION ENDS

Language/Variables/Data Types/byte.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ A byte stores an 8-bit unsigned number, from 0 to 255.
3030
[#howtouse]
3131
--
3232

33-
[float]
34-
=== Example Code
35-
// Describe what the example code is all about and add relevant code ►►►►► THIS SECTION IS MANDATORY ◄◄◄◄◄
36-
37-
38-
[source,arduino]
39-
----
40-
41-
----
42-
4333
--
4434
// HOW TO USE SECTION ENDS
4535

0 commit comments

Comments
 (0)