PaulStoffregen 4 년 전
부모
커밋
cad2b012c7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      output_tdm.cpp

+ 2
- 0
output_tdm.cpp 파일 보기

@@ -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();

Loading…
취소
저장