Skip to content

Commit eefe2d2

Browse files
committed
Fixes loop code syntax in bitWrite.adoc.
Fixes arduino/reference-de#276.
1 parent 99f48a4 commit eefe2d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Language/Functions/Bits and Bytes/bitWrite.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ void setup() {
5959
Serial.println(x, BIN); // 10000001
6060
}
6161

62-
void loop() {}
62+
void loop() {
63+
// ...
64+
}
6365
----
6466
6567
--

0 commit comments

Comments
 (0)