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 debugging print
dds
PaulStoffregen
11 years ago
parent
961093ad10
commit
7763119ac1
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
+0
-1
Audio.cpp
+ 0
- 1
Audio.cpp
View File
if (length > consumed) {
if (length > consumed) {
length -= consumed;
length -= consumed;
} else {
} else {
Serial.println("end");
playing = 0;
playing = 0;
}
}
transmit(block);
transmit(block);
Write
Preview
Loading…
Cancel
Save