diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-10-31 21:11:16 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-10-31 21:11:16 +0000 |
| commit | 1561e8603eca469b35a2921da3fa0924cefaf2f7 (patch) | |
| tree | 3426a36a129d3593dc43f1d25c37989a5491fd4a | |
| parent | cea6d0c92f56cbd38ac8b480a9ea187d41bf55dd (diff) | |
| download | rockbox-1561e8603eca469b35a2921da3fa0924cefaf2f7.zip rockbox-1561e8603eca469b35a2921da3fa0924cefaf2f7.tar.gz rockbox-1561e8603eca469b35a2921da3fa0924cefaf2f7.tar.bz2 rockbox-1561e8603eca469b35a2921da3fa0924cefaf2f7.tar.xz | |
Oops. Forgot to increase the codec size for H100.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7707 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-h100.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 4917b5c..07b8f7f 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -42,7 +42,7 @@ #define HAVE_SW_POWEROFF /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0x40000 +#define CODEC_SIZE 0x80000 /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0xC0000 |