瀏覽代碼

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…
取消
儲存