We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da1885 commit 85113f9Copy full SHA for 85113f9
libraries/ESP32/examples/RMT/RMT_LED_Blink/RMT_LED_Blink.ino
@@ -342,8 +342,7 @@ void RMT_Write_Aync_Non_Blocking_Blink() {
342
Serial.println("===> rmtWrite Blink 0.5s Error!");
343
}
344
// wait (blocks) until all the data is sent out
345
- while (!rmtTransmitCompleted(BLINK_GPIO))
346
- ;
+ while (!rmtTransmitCompleted(BLINK_GPIO));
347
348
Serial.println("Blinking at 250ms on + 250ms off :: 5 blinks");
349
for (uint8_t i = 0; i < 5; i++) {
0 commit comments