Frank hace 3 años
padre
commit
6d83a81055
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      output_pt8211_2.cpp

+ 2
- 0
output_pt8211_2.cpp Ver fichero

@@ -49,6 +49,8 @@ DMAChannel AudioOutputPT8211_2::dma(false);
FLASHMEM
void AudioOutputPT8211_2::begin(void)
{
memset(i2s_tx_buffer, 0, sizeof(i2s_tx_buffer));
arm_dcache_flush_delete(i2s_tx_buffer, sizeof(i2s_tx_buffer));
dma.begin(true); // Allocate the DMA channel first

block_left_1st = NULL;

Cargando…
Cancelar
Guardar