Skip to content
Snippets Groups Projects
Commit cf8a7beb authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Eliminate another warning.

parent f96478bb
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,11 @@
# define CONFIG_FAT_MAXFNAME CONFIG_NAME_MAX
# endif
# if CONFIG_FAT_MAXFNAME < 12
# undef CONFIG_FAT_MAXFNAME
# define CONFIG_FAT_MAXFNAME 12
# endif
# ifndef CONFIG_FAT_MAXFNAME /* The maximum support filename can be limited */
# define LDIR_MAXFNAME 255 /* Max unicode characters in file name */
# elif CONFIG_FAT_MAXFNAME <= 255
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment