Skip to content

Commit bc694ce

Browse files
committed
feat(ledc): Fix missing new line at end of file
1 parent 077419d commit bc694ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/ESP32/examples/AnalogOut/LEDCSingleChannel/LEDCSingleChannel.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ void loop() {
4747
}
4848
// wait for 30 milliseconds to see the dimming effect
4949
delay(30);
50-
}
50+
}

0 commit comments

Comments
 (0)