summaryrefslogtreecommitdiff
path: root/firmware/export/config-gmini120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gmini120.h')
-rw-r--r--firmware/export/config-gmini120.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index 93b8727b63..fa7e98eb45 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -19,6 +19,13 @@
19/* Define this if you have a software controlled poweroff */ 19/* Define this if you have a software controlled poweroff */
20#define HAVE_SW_POWEROFF 20#define HAVE_SW_POWEROFF
21 21
22/* The number of bytes reserved for loadable codecs. Although in this case
23 the codec won't be loadable... */
24#define CODEC_SIZE 0x40000
25
26/* The number of bytes reserved for loadable plugins */
27#define PLUGIN_BUFFER_SIZE 0xC0000
28
22#ifndef SIMULATOR 29#ifndef SIMULATOR
23 30
24/* Define this if you have a TCC730 (CalmRISC16) */ 31/* Define this if you have a TCC730 (CalmRISC16) */