diff --git a/components/dfs/filesystems/ramfs/dfs_ramfs.h b/components/dfs/filesystems/ramfs/dfs_ramfs.h index f744a544b8..6e91f8981a 100644 --- a/components/dfs/filesystems/ramfs/dfs_ramfs.h +++ b/components/dfs/filesystems/ramfs/dfs_ramfs.h @@ -23,8 +23,8 @@ * 2013-05-05 Bernard remove CRC for ramfs persistence */ -#ifndef __DFS_ROMFS_H__ -#define __DFS_ROMFS_H__ +#ifndef __DFS_RAMFS_H__ +#define __DFS_RAMFS_H__ #include #include diff --git a/include/components.h b/include/components.h index 4113a8691b..57c0c02616 100644 --- a/include/components.h +++ b/include/components.h @@ -63,8 +63,8 @@ #ifdef RT_USING_DFS_YAFFS2 #include #endif -#ifdef RT_USING_DFS_ROMFS -#include +#ifdef RT_USING_DFS_RAMFS +#include #endif #endif