PaulStoffregen před 4 roky
rodič
revize
cad2b012c7
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      output_tdm.cpp

+ 2
- 0
output_tdm.cpp Zobrazit soubor

@@ -48,6 +48,8 @@ void AudioOutputTDM::begin(void)
for (int i=0; i < 16; i++) {
block_input[i] = nullptr;
}
memset(zeros, 0, sizeof(zeros));
memset(tdm_tx_buffer, 0, sizeof(tdm_tx_buffer));

// TODO: should we set & clear the I2S_TCSR_SR bit here?
config_tdm();

Načítá se…
Zrušit
Uložit