소스 검색

remove leftover debug code from AudioPlaySerialflashRaw

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

+ 1
- 1
play_serialflash_raw.cpp 파일 보기

@@ -92,7 +92,7 @@ void AudioPlaySerialflashRaw::update(void)
rawfile.close();
AudioStopUsingSPI();
playing = false;
Serial.println("Finished playing sample"); //TODO
//Serial.println("Finished playing sample"); //TODO
}
release(block);
}

Loading…
취소
저장