Skip to content

Commit dd425ee

Browse files
committed
Remove breaking parenthesis
1 parent da75445 commit dd425ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/common-hal/pulseio/PulseOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ void common_hal_pulseio_pulseout_send(pulseio_pulseout_obj_t* self, uint16_t* pu
8686

8787
rmt_write_items(self->channel, items, length, true);
8888
while (rmt_wait_tx_done(self->channel, 0) != ESP_OK) {
89-
RUN_BACKGROUND_TASKS();
89+
RUN_BACKGROUND_TASKS;
9090
}
9191
}

0 commit comments

Comments
 (0)