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