Selaa lähdekoodia

some fixes (again) inputs i2s... sorry..

dds
Frank 4 vuotta sitten
vanhempi
commit
6c98946ef0
No account linked to committer's email address
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. +0
    -2
      input_i2s.cpp

+ 0
- 2
input_i2s.cpp Näytä tiedosto

@@ -122,9 +122,7 @@ void AudioInputI2S::isr(void)
dest_left = &(left->data[offset]);
dest_right = &(right->data[offset]);
AudioInputI2S::block_offset = offset + AUDIO_BLOCK_SAMPLES/2;
#if IMXRT_CACHE_ENABLED >=1
arm_dcache_delete(src, sizeof(i2s_rx_buffer) / 2);
#endif
do {
*dest_left++ = *src++;
*dest_right++ = *src++;

Loading…
Peruuta
Tallenna