Skip to content

Commit 8775dd1

Browse files
authored
fix(rmt): fixes bad code formating
1 parent d6d715a commit 8775dd1

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
@@ -244,8 +244,7 @@ void RMT_Mixed_Write_Blink() {
244244
Serial.println("===> rmtWrite Blink 0.25s Error!");
245245
}
246246
// wait (blocks) until all the data is sent out
247-
while (!rmtTransmitCompleted(BLINK_GPIO))
248-
;
247+
while (!rmtTransmitCompleted(BLINK_GPIO));
249248
}
250249
Serial.println("Blinking OFF for 1 seconds");
251250
delay(1000);

0 commit comments

Comments
 (0)