Fix music not playing but not stopped

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-15 18:29:52 +00:00
parent 0dc4103e88
commit 5b1677d003

View File

@@ -11,7 +11,7 @@
#include "playback.h"
#include "wav.h"
static volatile bool stop = false;
static volatile bool stop = true;
/**
* Pause or play current file.