提交 0f5fb37f 编写于 作者: B bernard.xiong

remove the complicated definition on FTK component.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1018 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 ad3d4210
......@@ -217,23 +217,15 @@
/* using FTK support */
/* #define RT_USING_FTK */
#ifdef RT_USING_FTK
#ifdef RT_USING_RTGUI
#error "can't using RTGUI and FTK in the same time"
#endif
#ifndef RT_USING_NEWLIB
#define RT_USING_NEWLIB
#endif
#ifndef DFS_USING_WORKDIR
#define DFS_USING_WORKDIR
#endif
#undef RT_DFS_ELM_MAX_LFN
#define RT_DFS_ELM_MAX_LFN 64
#endif
/*
* Note on FTK:
*
* FTK depends :
* #define RT_USING_NEWLIB
* #define DFS_USING_WORKDIR
*
* And the maximal length must great than 64
* #define RT_DFS_ELM_MAX_LFN 128
*/
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册