Skip to content

Commit d26064d

Browse files
mrwolferincmarqdevx
authored andcommitted
Fixed formatting error
I have fixed a formatting error where the "Blink Example" section was accidentally put as part of a code example.
1 parent 96610cb commit d26064d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learn/04.electronics/03.lcd-displays/lcd-displays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ void loop() {
271271
272272
lcd.clear();
273273
}
274-
```s
274+
```
275275

276276
### Blink Example
277277

@@ -1170,4 +1170,4 @@ void loop() {
11701170
lcd.write(4);
11711171
delay(delayTime);
11721172
}
1173-
```
1173+
```

0 commit comments

Comments
 (0)