long filename conversion hang on reset (worked fine on cold boot). Fixed.

This commit is contained in:
Markus Fröschle
2012-12-15 14:13:57 +00:00
parent 294a7e70ea
commit 2025a2d75a
2 changed files with 2 additions and 1 deletions

View File

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