소스 검색

Remove leftover debug printing

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

+ 2
- 2
output_dac.cpp 파일 보기

@@ -168,8 +168,8 @@ void AudioOutputAnalog::begin(void)
{
dma1.begin(true); // Allocate the DMA channels first

delay(2500);
Serial.println("AudioOutputAnalog begin");
//delay(2500);
//Serial.println("AudioOutputAnalog begin");
delay(10);

SIM_SCGC6 |= SIM_SCGC6_DAC0;

Loading…
취소
저장