提交 d20a2643 编写于 作者: I iamyhw@gmail.com

fix compile error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1253 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 84ac86f3
...@@ -99,7 +99,7 @@ void rt_init_thread_entry(void* parameter) ...@@ -99,7 +99,7 @@ void rt_init_thread_entry(void* parameter)
#endif #endif
#endif #endif
#if defined(RT_USING_UFFS) #if defined(RT_USING_DFS_UFFS)
{ {
/* init the uffs filesystem */ /* init the uffs filesystem */
dfs_uffs_init(); dfs_uffs_init();
......
...@@ -119,7 +119,7 @@ void rtthread_startup(void) ...@@ -119,7 +119,7 @@ void rtthread_startup(void)
#ifdef RT_USING_DFS #ifdef RT_USING_DFS
rt_hw_sdcard_init(); rt_hw_sdcard_init();
#ifdef RT_USING_UFFS #ifdef RT_USING_DFS_UFFS
rt_hw_nand_init(); rt_hw_nand_init();
#endif #endif
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册