Misc. changes to support FAT32 fileysystem

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@219 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-05-13 20:20:07 +00:00
parent 97dc013188
commit 9ddb5b3b40

View File

@ -198,7 +198,8 @@ CONFIG_PREALLOC_TIMERS=8
# #
# FAT filesystem configuration # FAT filesystem configuration
# CONFIG_FAT - Enable FAT filesystem support # CONFIG_FS_FAT - Enable FAT filesystem support
# CONFIG_FAT_SECTORSIZE - Max supported sector size
CONFIG_FS_FAT=y CONFIG_FS_FAT=y
# #