We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9ecea commit 3e454a0Copy full SHA for 3e454a0
src/rtconfig.h
@@ -142,8 +142,7 @@
142
#define DFS_USING_WORKDIR
143
// #define DFS_FILESYSTEMS_MAX (2) /* Max number of fs */
144
// #define DFS_FD_MAX (4) /* Max number of open file */
145
-#define RT_DFS_ELM_CODE_PAGE (437)
146
-// #define RT_DFS_ELM_CODE_PAGE 936 /* (936) is wrong -_-! */
+#define RT_DFS_ELM_CODE_PAGE 437 /* (xxx) is wrong -_-! */
147
// #define RT_DFS_ELM_LFN_UNICODE
148
// #define RT_DFS_ELM_USE_EXFAT
149
#if defined(RT_DFS_ELM_USE_EXFAT) || (RT_DFS_ELM_CODE_PAGE >= 900)
0 commit comments