summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 92df2a457e..421783e0f7 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -163,7 +163,7 @@ enum {
163#define CODEC_IRAM_SIZE ((size_t)0xc000) 163#define CODEC_IRAM_SIZE ((size_t)0xc000)
164#endif 164#endif
165 165
166static bool audio_is_initialized = false; 166bool audio_is_initialized = false;
167static bool audio_thread_ready NOCACHEBSS_ATTR = false; 167static bool audio_thread_ready NOCACHEBSS_ATTR = false;
168 168
169/* Variables are commented with the threads that use them: * 169/* Variables are commented with the threads that use them: *