From 0de69c149aa91b77774edf1183339d7a14946865 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 25 Jan 2017 03:34:37 +0100 Subject: [PATCH] Cleanup --- audio/drivers/gx_audio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/drivers/gx_audio.c b/audio/drivers/gx_audio.c index d495c4e6f2..7453060881 100644 --- a/audio/drivers/gx_audio.c +++ b/audio/drivers/gx_audio.c @@ -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) {