long filename conversion hang on reset (worked fine on cold boot). Fixed.
This commit is contained in:
@@ -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) */
|
#define _MAX_LFN 255 /* Maximum LFN length to handle (12 to 255) */
|
||||||
/* The _USE_LFN option switches the LFN support.
|
/* The _USE_LFN option switches the LFN support.
|
||||||
/
|
/
|
||||||
|
|||||||
@@ -222,6 +222,7 @@ void BaS(void)
|
|||||||
}
|
}
|
||||||
f_close(&file);
|
f_close(&file);
|
||||||
}
|
}
|
||||||
|
f_mount(0, 0L); /* release work area */
|
||||||
}
|
}
|
||||||
xprintf("copy EmuTOS: ");
|
xprintf("copy EmuTOS: ");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user