This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove leftover debug code from AudioPlaySerialflashRaw
dds
PaulStoffregen
9 years ago
parent
6c4a806fca
commit
b3b3f857a8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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);
}
Write
Preview
Loading…
Cancel
Save