Skip to content

Commit 9012bd4

Browse files
authored
Added a missing } on the loop function
1 parent f01981d commit 9012bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Language/Functions/Communication/Serial/println.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ void loop() {
7676
7777
// delay 10 milliseconds before the next reading:
7878
delay(10);
79+
}
7980
----
8081

8182
--

0 commit comments

Comments
 (0)