diff options
Diffstat (limited to 'firmware/export/config-gminisp.h')
-rw-r--r-- | firmware/export/config-gminisp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-gminisp.h b/firmware/export/config-gminisp.h index 6a1105f30a..2bf97d5ef5 100644 --- a/firmware/export/config-gminisp.h +++ b/firmware/export/config-gminisp.h | |||
@@ -13,6 +13,13 @@ | |||
13 | /* Define this if you have a software controlled poweroff */ | 13 | /* Define this if you have a software controlled poweroff */ |
14 | #define HAVE_SW_POWEROFF | 14 | #define HAVE_SW_POWEROFF |
15 | 15 | ||
16 | /* The number of bytes reserved for loadable codecs. Although in this case | ||
17 | the codec won't be loadable... */ | ||
18 | #define CODEC_SIZE 0x40000 | ||
19 | |||
20 | /* The number of bytes reserved for loadable plugins */ | ||
21 | #define PLUGIN_BUFFER_SIZE 0xC0000 | ||
22 | |||
16 | #ifndef SIMULATOR | 23 | #ifndef SIMULATOR |
17 | 24 | ||
18 | /* Define this if you have a TCC730 (CalmRISC16) */ | 25 | /* Define this if you have a TCC730 (CalmRISC16) */ |