diff options
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r-- | firmware/export/config-recorderv2.h | 3 |
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 @@ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF +/* The number of bytes reserved for loadable plugins */ +#define PLUGIN_BUFFER_SIZE 0x8000 + #ifndef SIMULATOR /* Define this if you have a SH7034 */ |