summaryrefslogtreecommitdiff
path: root/apps/codecs/hes.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/hes.c')
-rw-r--r--apps/codecs/hes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/hes.c b/apps/codecs/hes.c
index 598d787594..8c216ed060 100644
--- a/apps/codecs/hes.c
+++ b/apps/codecs/hes.c
@@ -10,7 +10,7 @@ CODEC_HEADER
10#define CHUNK_SIZE (1024*2) 10#define CHUNK_SIZE (1024*2)
11 11
12static int16_t samples[CHUNK_SIZE] IBSS_ATTR; 12static int16_t samples[CHUNK_SIZE] IBSS_ATTR;
13static struct Hes_Emu hes_emu IDATA_ATTR CACHEALIGN_ATTR; 13static struct Hes_Emu hes_emu;
14 14
15/****************** rockbox interface ******************/ 15/****************** rockbox interface ******************/
16 16