minor change

This commit is contained in:
faiface 2017-07-07 14:08:25 +02:00
parent 6c527c3b89
commit 1a58fea88b
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++ { for i := n * 4; i < len(buf); i++ {
buf[i] = 0 buf[i] = 0
} }
// send data to speaker // send data to speaker
player.Write(buf) player.Write(buf)
} }