summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/stream_mgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/stream_mgr.c')
-rw-r--r--apps/plugins/mpegplayer/stream_mgr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.c b/apps/plugins/mpegplayer/stream_mgr.c
index b164254dd7..53b5631879 100644
--- a/apps/plugins/mpegplayer/stream_mgr.c
+++ b/apps/plugins/mpegplayer/stream_mgr.c
@@ -23,6 +23,10 @@
23#include "grey.h" 23#include "grey.h"
24#include "mpeg_settings.h" 24#include "mpeg_settings.h"
25 25
26#ifndef HAVE_LCD_COLOR
27GREY_INFO_STRUCT_IRAM
28#endif
29
26static struct event_queue stream_mgr_queue NOCACHEBSS_ATTR; 30static struct event_queue stream_mgr_queue NOCACHEBSS_ATTR;
27static struct queue_sender_list stream_mgr_queue_send NOCACHEBSS_ATTR; 31static struct queue_sender_list stream_mgr_queue_send NOCACHEBSS_ATTR;
28static uint32_t stream_mgr_thread_stack[DEFAULT_STACK_SIZE*2/sizeof(uint32_t)]; 32static uint32_t stream_mgr_thread_stack[DEFAULT_STACK_SIZE*2/sizeof(uint32_t)];