diff options
| -rw-r--r-- | firmware/export/config/sansaclip.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansam200v4.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index efa28a8..7d82f80 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -111,7 +111,7 @@ #define CODEC_SIZE 0x48000 /* in IRAM */ /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x60000 +#define PLUGIN_BUFFER_SIZE 0x45000 #define AB_REPEAT_ENABLE 1 diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index af9f1ae..0d593b4 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -79,7 +79,7 @@ #define CODEC_SIZE 0x48000 /* in IRAM */ /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x60000 +#define PLUGIN_BUFFER_SIZE 0x45000 #define AB_REPEAT_ENABLE 1 |