Browse Source

remove leftover debug code from AudioPlaySerialflashRaw

dds
PaulStoffregen 9 years ago
parent
commit
b3b3f857a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      play_serialflash_raw.cpp

+ 1
- 1
play_serialflash_raw.cpp View File

@@ -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…
Cancel
Save