summaryrefslogtreecommitdiff
path: root/apps/codecs/gbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/gbs.c')
-rw-r--r--apps/codecs/gbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/gbs.c b/apps/codecs/gbs.c
index bc6d31e..5d31549 100644
--- a/apps/codecs/gbs.c
+++ b/apps/codecs/gbs.c
@@ -10,7 +10,7 @@ CODEC_HEADER
#define CHUNK_SIZE (1024*2)
static int16_t samples[CHUNK_SIZE] IBSS_ATTR;
-static struct Gbs_Emu gbs_emu IDATA_ATTR CACHEALIGN_ATTR;
+static struct Gbs_Emu gbs_emu;
/****************** rockbox interface ******************/