summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 552eea1166..5c161ae7a0 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -27,6 +27,12 @@
27/* Define this if you have a software controlled poweroff */ 27/* Define this if you have a software controlled poweroff */
28#define HAVE_SW_POWEROFF 28#define HAVE_SW_POWEROFF
29 29
30/* The number of bytes reserved for loadable codecs */
31#define CODEC_SIZE 0x40000
32
33/* The number of bytes reserved for loadable plugins */
34#define PLUGIN_BUFFER_SIZE 0xC0000
35
30#ifndef SIMULATOR 36#ifndef SIMULATOR
31 37
32/* Define this if you have a Motorola SCF5249 */ 38/* Define this if you have a Motorola SCF5249 */