mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 21:20:10 +00:00
Correct FAT long file name padding character
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3794 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
054889b406
commit
f7b36492a6
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ CONFIG_FB_HWCURSORIMAGE=n
|
|||
#
|
||||
CONFIG_FS_FAT=y
|
||||
CONFIG_FAT_LCNAMES=y
|
||||
CONFIG_FAT_LFN=n
|
||||
CONFIG_FAT_LFN=y
|
||||
CONFIG_FAT_MAXFNAME=32
|
||||
CONFIG_FS_NXFFS=n
|
||||
CONFIG_FS_ROMFS=n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue