Skip to content

Commit 7915211

Browse files
committed
Fix unterminated asciidoc blocks
1 parent 192ce1d commit 7915211

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Language/Functions/USB/Keyboard/keyboardBegin.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ void loop() {
6767
}
6868
----
6969

70+
--
7071
// HOW TO USE SECTION ENDS

Language/Functions/USB/Keyboard/keyboardModifiers.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The Leonardo's definitions for modifier keys are listed below:
6464
|KEY_F10 |0xCB |203
6565
|KEY_F11 |0xCC |204
6666
|KEY_F12 |0xCD |205
67+
|===
6768

6869
--
6970
// OVERVIEW SECTION ENDS

Language/Variables/Data Types/String/Functions/reserve.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ void loop() {
7070
// nothing to do here
7171
}
7272
----
73+
--
7374
// HOW TO USE SECTION ENDS
7475

7576

0 commit comments

Comments
 (0)