mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Enable FAT16 support for Sansa E200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12195 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f3fb97c32b
commit
88b3f39d73
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@
|
||||||
/* Define this if you have a software controlled poweroff */
|
/* Define this if you have a software controlled poweroff */
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
||||||
|
/* Some Sansa E200s seem to be FAT16 formatted */
|
||||||
|
#define HAVE_FAT16SUPPORT
|
||||||
|
|
||||||
/* The number of bytes reserved for loadable codecs */
|
/* The number of bytes reserved for loadable codecs */
|
||||||
#define CODEC_SIZE 0x80000
|
#define CODEC_SIZE 0x80000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue