summaryrefslogtreecommitdiff
path: root/apps/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.h')
-rw-r--r--apps/codecs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs.h b/apps/codecs.h
index c50af3030e..1a03139be8 100644
--- a/apps/codecs.h
+++ b/apps/codecs.h
@@ -72,10 +72,6 @@
72 72
73#endif 73#endif
74 74
75/* This size must match the one set in ../plugins/plugin.lds and
76 ../../firmware/app.lds */
77#define CODEC_BUFFER_SIZE 0x40000
78
79#ifdef SIMULATOR 75#ifdef SIMULATOR
80#define PREFIX(_x_) sim_ ## _x_ 76#define PREFIX(_x_) sim_ ## _x_
81#else 77#else