Fix music not playing but not stopped
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
#include "playback.h"
|
#include "playback.h"
|
||||||
#include "wav.h"
|
#include "wav.h"
|
||||||
|
|
||||||
static volatile bool stop = false;
|
static volatile bool stop = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pause or play current file.
|
* Pause or play current file.
|
||||||
|
|||||||
Reference in New Issue
Block a user