fat

Dependents:   TestRig

Fork of FATFileSystem by mbed official

Revision:
8:a456d6e3d89b
Parent:
1:46ce1e16c870
--- a/ChaN/ffconf.h	Mon Mar 17 14:09:00 2014 +0000
+++ b/ChaN/ffconf.h	Sat Feb 20 03:56:04 2016 +0000
@@ -58,7 +58,7 @@
 / Locale and Namespace Configurations
 /----------------------------------------------------------------------------*/
 
-#define _CODE_PAGE  858
+#define _CODE_PAGE  1
 /* The _CODE_PAGE specifies the OEM code page to be used on the target system.
 /  Incorrect setting of the code page can cause a file open failure.
 /
@@ -91,7 +91,7 @@
 */
 
 
-#define _USE_LFN    1       /* 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.
 /