Explorar el Código

Fix I2S2 compile error

dds
PaulStoffregen hace 4 años
padre
commit
cad8d177a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      input_i2s2.cpp

+ 1
- 1
input_i2s2.cpp Ver fichero

@@ -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(i2s_rx_buffer) / 2);
arm_dcache_delete(src, sizeof(i2s2_rx_buffer) / 2);

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

Cargando…
Cancelar
Guardar