소스 검색

Add comment with link to forum conversation

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

+ 1
- 0
output_i2s_quad.cpp 파일 보기

@@ -154,6 +154,7 @@ void AudioOutputI2SQuad::isr(void)
#if 1
memcpy_tointerleaveQuad(dest, src1, src2, src3, src4);
#else
// about this code: https://forum.pjrc.com/threads/64508
for (int i=0; i < AUDIO_BLOCK_SAMPLES/2; i++) {
*dest++ = *src1++;
*dest++ = *src3++;

Loading…
취소
저장