enable long filename

This commit is contained in:
hathach
2013-09-25 20:44:18 +07:00
parent 89898acd5d
commit b995e25308
4 changed files with 654 additions and 6 deletions

View File

@@ -93,7 +93,7 @@
*/
#define _USE_LFN 0 /* 0 to 3 */
#define _USE_LFN 1 /* 0 to 3 */
#define _MAX_LFN 255 /* Maximum LFN length to handle (12 to 255) */
/* The _USE_LFN option switches the LFN support.
/