diff options
| -rw-r--r-- | apps/playback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index 92df2a4..421783e 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -163,7 +163,7 @@ enum { #define CODEC_IRAM_SIZE ((size_t)0xc000) #endif -static bool audio_is_initialized = false; +bool audio_is_initialized = false; static bool audio_thread_ready NOCACHEBSS_ATTR = false; /* Variables are commented with the threads that use them: * |