minor change

This commit is contained in:
faiface 2017-07-07 14:08:25 +02:00
parent 5c00d43168
commit 8e06ab198e
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ func update() {
for i := n * 4; i < len(buf); i++ {
buf[i] = 0
}
// send data to speaker
player.Write(buf)
}