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 da75445 commit dd425eeCopy full SHA for dd425ee
ports/esp32s2/common-hal/pulseio/PulseOut.c
@@ -86,6 +86,6 @@ void common_hal_pulseio_pulseout_send(pulseio_pulseout_obj_t* self, uint16_t* pu
86
87
rmt_write_items(self->channel, items, length, true);
88
while (rmt_wait_tx_done(self->channel, 0) != ESP_OK) {
89
- RUN_BACKGROUND_TASKS();
+ RUN_BACKGROUND_TASKS;
90
}
91
0 commit comments