diff options
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/app.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/app.lds b/firmware/app.lds index 06df52d..91f0395 100644 --- a/firmware/app.lds +++ b/firmware/app.lds @@ -108,7 +108,7 @@ _pluginbuf = 0; #endif #if CONFIG_HWCODEC == MASNONE -#define CODECSIZE 0x3C000 +#define CODECSIZE 0x40000 #else #define CODECSIZE 0 #endif |