Frank 4 anni fa
parent
commit
6d83a81055
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      output_pt8211_2.cpp

+ 2
- 0
output_pt8211_2.cpp Vedi File

FLASHMEM FLASHMEM
void AudioOutputPT8211_2::begin(void) 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 dma.begin(true); // Allocate the DMA channel first


block_left_1st = NULL; block_left_1st = NULL;

Loading…
Annulla
Salva