1
0
Fork 0
forked from len0rd/rockbox

FAT16 support for the Ondio

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5114 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-09-23 21:43:43 +00:00
parent 72408f4553
commit 7f7afe434b
3 changed files with 355 additions and 109 deletions

View file

@ -70,5 +70,8 @@
/* Define this for MMC support instead of ATA harddisk */
#define HAVE_MMC
/* Define this to support mounting FAT16 partitions */
#define HAVE_FAT16SUPPORT
#endif /* SIMULATOR */