This commit is contained in:
twinaphex 2017-01-25 03:34:37 +01:00
parent c3eb4327bf
commit 0de69c149a

View File

@ -44,8 +44,8 @@ typedef struct
bool is_paused;
} gx_audio_t;
static volatile gx_audio_t *gx_audio_data;
static volatile bool stop_audio;
static volatile gx_audio_t *gx_audio_data = NULL;
static volatile bool stop_audio = false;
static void dma_callback(void)
{