Skip to content

Commit 7da1885

Browse files
authored
fix(rmt): fixes bad code formating
1 parent 0682d37 commit 7da1885

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/ESP32/examples/RMT/RMT_LED_Blink/RMT_LED_Blink.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,7 @@ void RMT_Write_Aync_Non_Blocking_Blink() {
351351
Serial.println("===> rmtWrite Blink 0.25s Error!");
352352
}
353353
// wait (blocks) until all the data is sent out
354-
while (!rmtTransmitCompleted(BLINK_GPIO))
355-
;
354+
while (!rmtTransmitCompleted(BLINK_GPIO));
356355
}
357356
Serial.println("Blinking OFF for 1 seconds");
358357
delay(1000);

0 commit comments

Comments
 (0)