Browse Source

Update input_i2s2.cpp

dds
Frank 4 years ago
parent
commit
2e2b1bd292
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      input_i2s2.cpp

+ 1
- 1
input_i2s2.cpp View File

@@ -103,7 +103,7 @@ void AudioInputI2S2::isr(void)
dest_right = &(right->data[offset]);
AudioInputI2S2::block_offset = offset + AUDIO_BLOCK_SAMPLES/2;

arm_dcache_delete(src, sizeof(i2s2_rx_buffer) / 2);
arm_dcache_delete((void*)src, sizeof(i2s2_rx_buffer) / 2);

do {
*dest_left++ = *src++;

Loading…
Cancel
Save