summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/sansafuzeplus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 13ad3af8ed..15288b1b21 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -97,10 +97,10 @@
97#define HAVE_SW_POWEROFF 97#define HAVE_SW_POWEROFF
98 98
99/* The number of bytes reserved for loadable codecs */ 99/* The number of bytes reserved for loadable codecs */
100#define CODEC_SIZE 0 100#define CODEC_SIZE 0x100000
101 101
102/* The number of bytes reserved for loadable plugins */ 102/* The number of bytes reserved for loadable plugins */
103#define PLUGIN_BUFFER_SIZE 0 103#define PLUGIN_BUFFER_SIZE 0x80000
104 104
105#define AB_REPEAT_ENABLE 105#define AB_REPEAT_ENABLE
106 106