Skip to content

Commit c21ff28

Browse files
committed
fix(example): Codespell fix
1 parent dad3cb3 commit c21ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP32/examples/AnalogOut/LEDCFade/LEDCFade.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void loop() {
5555
Serial.println("LED fade ended");
5656
fade_ended = false;
5757

58-
// Check what fade shoud be started next
58+
// Check what fade should be started next
5959
if (fade_in) {
6060
ledcFadeWithInterrupt(LED_PIN, LEDC_START_DUTY, LEDC_TARGET_DUTY, LEDC_FADE_TIME, LED_FADE_ISR);
6161
Serial.println("LED Fade in started.");

0 commit comments

Comments
 (0)