summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 89caec92aa..2873c90772 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -169,7 +169,7 @@ enum {
169#if defined(CPU_PP) 169#if defined(CPU_PP)
170#define CODEC_IRAM_ORIGIN 0x4000c000 170#define CODEC_IRAM_ORIGIN 0x4000c000
171#define CODEC_IRAM_SIZE 0xc000 171#define CODEC_IRAM_SIZE 0xc000
172#elif defined(IAUDIO_X5) 172#elif defined(IAUDIO_X5) || defined(IAUDIO_M5)
173#define CODEC_IRAM_ORIGIN 0x10010000 173#define CODEC_IRAM_ORIGIN 0x10010000
174#define CODEC_IRAM_SIZE 0x10000 174#define CODEC_IRAM_SIZE 0x10000
175#else 175#else