summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/playback.c b/apps/playback.c
index d586612..edeaedb 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -110,11 +110,7 @@ static const char audio_thread_name[] = "audio";
/* Codec thread. */
static struct event_queue codec_queue;
-static long codec_stack[(DEFAULT_STACK_SIZE + 0x2500)/sizeof(long)]
-#ifndef SIMULATOR
-__attribute__ ((section(".idata")))
-#endif
-;
+static long codec_stack[(DEFAULT_STACK_SIZE + 0x2500)/sizeof(long)] IDATA_ATTR;
static const char codec_thread_name[] = "codec";
static struct mutex mutex_bufferfill;