Skip to content

Commit 4c0f529

Browse files
committed
Update audio_i2s.c
1 parent 6cce78e commit 4c0f529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

i2s/audio_i2s.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ cpu_freq = freq;
5656
//uint32_t buflends[8192];
5757
void audioi2sconstuff2() {
5858
uint32_t divider = (cpu_freq * 2 / 48000) - ((bufring2->len - 16)/2);
59-
buflends[bufring2->index1] = divider;
6059
// buflends[bufring2->index1] = divider;
6160
pio_sm_set_clkdiv_int_frac(audio_pio, shared_state.pio_sm, divider >> 8u, divider & 0xffu);
6261
}

0 commit comments

Comments
 (0)