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 85113f9 commit d6d715aCopy full SHA for d6d715a
libraries/ESP32/examples/RMT/RMT_LED_Blink/RMT_LED_Blink.ino
@@ -333,8 +333,7 @@ void RMT_Write_Aync_Non_Blocking_Blink() {
333
Serial.println("===> rmtWrite Blink 1s Error!");
334
}
335
// wait (blocks) until all the data is sent out
336
- while (!rmtTransmitCompleted(BLINK_GPIO))
337
- ;
+ while (!rmtTransmitCompleted(BLINK_GPIO));
338
339
Serial.println("Blinking at 500ms on + 500ms off :: 5 blinks");
340
for (uint8_t i = 0; i < 5; i++) {
0 commit comments