summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index c75f0e6f12..a9c8afcdd3 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -17,6 +17,9 @@
17/* Define this if you have a software controlled poweroff */ 17/* Define this if you have a software controlled poweroff */
18#define HAVE_SW_POWEROFF 18#define HAVE_SW_POWEROFF
19 19
20/* The number of bytes reserved for loadable plugins */
21#define PLUGIN_BUFFER_SIZE 0x8000
22
20#ifndef SIMULATOR 23#ifndef SIMULATOR
21 24
22/* Define this if you have a SH7034 */ 25/* Define this if you have a SH7034 */