Skip to content

Commit 6cce78e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

i2s/audio_i2s.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ bufring2=bufring1;
5353
cpu_freq = freq;
5454
}
5555

56+
//uint32_t buflends[8192];
5657
void audioi2sconstuff2() {
5758
uint32_t divider = (cpu_freq * 2 / 48000) - ((bufring2->len - 16)/2);
5859
buflends[bufring2->index1] = divider;

0 commit comments

Comments
 (0)