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

rawfile.close(); rawfile.close();
AudioStopUsingSPI(); AudioStopUsingSPI();
playing = false; playing = false;
Serial.println("Finished playing sample"); //TODO
//Serial.println("Finished playing sample"); //TODO
} }
release(block); release(block);
} }

Loading…
Cancel
Save