summaryrefslogtreecommitdiff
path: root/apps/buffering.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.c')
-rw-r--r--apps/buffering.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index cbc47c63e7..54c6c05baa 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -176,8 +176,8 @@ static void buffering_thread(void);
176static long buffering_stack[(DEFAULT_STACK_SIZE + 0x2000)/sizeof(long)]; 176static long buffering_stack[(DEFAULT_STACK_SIZE + 0x2000)/sizeof(long)];
177static const char buffering_thread_name[] = "buffering"; 177static const char buffering_thread_name[] = "buffering";
178static unsigned int buffering_thread_id = 0; 178static unsigned int buffering_thread_id = 0;
179static struct event_queue buffering_queue; 179static struct event_queue buffering_queue SHAREDBSS_ATTR;
180static struct queue_sender_list buffering_queue_sender_list; 180static struct queue_sender_list buffering_queue_sender_list SHAREDBSS_ATTR;
181 181
182 182
183 183