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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.c b/apps/plugins/mpegplayer/stream_mgr.c
index 778ed0df83..24e820b0af 100644
--- a/apps/plugins/mpegplayer/stream_mgr.c
+++ b/apps/plugins/mpegplayer/stream_mgr.c
@@ -27,11 +27,11 @@
27GREY_INFO_STRUCT_IRAM 27GREY_INFO_STRUCT_IRAM
28#endif 28#endif
29 29
30static struct event_queue stream_mgr_queue NOCACHEBSS_ATTR; 30static struct event_queue stream_mgr_queue SHAREDBSS_ATTR;
31static struct queue_sender_list stream_mgr_queue_send NOCACHEBSS_ATTR; 31static struct queue_sender_list stream_mgr_queue_send SHAREDBSS_ATTR;
32static 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)];
33 33
34struct stream_mgr stream_mgr NOCACHEBSS_ATTR; 34struct stream_mgr stream_mgr SHAREDBSS_ATTR;
35 35
36/* Forward decs */ 36/* Forward decs */
37static int stream_on_close(void); 37static int stream_on_close(void);