Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper-writer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'STM32_bootloader/FATFS/Target/ffconf.h')
-rw-r--r--STM32_bootloader/FATFS/Target/ffconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/STM32_bootloader/FATFS/Target/ffconf.h b/STM32_bootloader/FATFS/Target/ffconf.h
index 39c6e29..3614c80 100644
--- a/STM32_bootloader/FATFS/Target/ffconf.h
+++ b/STM32_bootloader/FATFS/Target/ffconf.h
@@ -113,7 +113,7 @@
/ 874 - Thai (OEM, Windows)
/ 1 - ASCII (No extended character. Valid for only non-LFN configuration.) */
-#define _USE_LFN 3 /* 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 feature.
/