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 6cce78e commit 4c0f529Copy full SHA for 4c0f529
i2s/audio_i2s.c
@@ -56,7 +56,6 @@ cpu_freq = freq;
56
//uint32_t buflends[8192];
57
void audioi2sconstuff2() {
58
uint32_t divider = (cpu_freq * 2 / 48000) - ((bufring2->len - 16)/2);
59
- buflends[bufring2->index1] = divider;
60
// buflends[bufring2->index1] = divider;
61
pio_sm_set_clkdiv_int_frac(audio_pio, shared_state.pio_sm, divider >> 8u, divider & 0xffu);
62
}
0 commit comments