remove the complicated definition on FTK component.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1018 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
ad3d42106a
commit
0f5fb37f9a
|
@ -217,23 +217,15 @@
|
||||||
/* using FTK support */
|
/* using FTK support */
|
||||||
/* #define RT_USING_FTK */
|
/* #define RT_USING_FTK */
|
||||||
|
|
||||||
#ifdef RT_USING_FTK
|
/*
|
||||||
|
* Note on FTK:
|
||||||
#ifdef RT_USING_RTGUI
|
*
|
||||||
#error "can't using RTGUI and FTK in the same time"
|
* FTK depends :
|
||||||
#endif
|
* #define RT_USING_NEWLIB
|
||||||
|
* #define DFS_USING_WORKDIR
|
||||||
#ifndef RT_USING_NEWLIB
|
*
|
||||||
#define RT_USING_NEWLIB
|
* And the maximal length must great than 64
|
||||||
#endif
|
* #define RT_DFS_ELM_MAX_LFN 128
|
||||||
|
*/
|
||||||
#ifndef DFS_USING_WORKDIR
|
|
||||||
#define DFS_USING_WORKDIR
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef RT_DFS_ELM_MAX_LFN
|
|
||||||
#define RT_DFS_ELM_MAX_LFN 64
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue