Skip to content

Commit

Permalink
ports/psoc6/machine_i2s.c: Minor change.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Apr 23, 2024
1 parent 350ed86 commit 183a1d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/psoc6/machine_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ static void i2s_dma_tx_event_process(machine_i2s_obj_t *self, cyhal_i2s_event_t
}

static void i2s_dma_rx_event_process(machine_i2s_obj_t *self, cyhal_i2s_event_t event) {

if (i2s_dma_is_rx_complete(event)) {

i2s_dma_swap_active_dmabuf(self);
Expand Down

0 comments on commit 183a1d7

Please sign in to comment.