提交 7fb192b2 编写于 作者: B bernard.xiong@gmail.com

fix RT_DFS_ELM_USE_LFN definition issue.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1554 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 0af13675
......@@ -90,9 +90,9 @@
*/
#ifdef RT_DFS_ELM_USE_LFN
#define _USE_LFN 1
#define _MAX_LFN RT_DFS_ELM_MAX_LFN
#if RT_DFS_ELM_USE_LFN
#define _USE_LFN RT_DFS_ELM_USE_LFN
#define _MAX_LFN RT_DFS_ELM_MAX_LFN
#else
#define _USE_LFN 0 /* 0 to 3 */
#define _MAX_LFN 255 /* Maximum LFN length to handle (12 to 255) */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册