4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-19 04:31:36 +08:00

[BSP][Simulator] Fix compile error. Replace nfs_init.h with nfs.h

This commit is contained in:
ArdaFu 2017-10-17 14:03:25 +08:00
parent b72bdefa46
commit 3051276e09

View File

@ -38,7 +38,7 @@ extern void lwip_system_init(void);
#endif
#ifdef RT_USING_DFS
#include <dfs_init.h>
#include <dfs.h>
#include <dfs_fs.h>
#ifdef RT_USING_DFS_ELMFAT
#include <dfs_elm.h>