From 0b3dd47347e71e7a8089cb7c8f8fa1d59221f273 Mon Sep 17 00:00:00 2001 From: FlyLu <1192952000@qq.com> Date: Sat, 20 Feb 2016 14:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3ramfs.h=E4=B8=AD=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E9=87=8D=E5=A4=8D=E5=8C=85=E5=90=AB=E7=9A=84=E5=AE=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=90=8D=E7=A7=B0=20=E4=BF=AE=E6=AD=A3compon?= =?UTF-8?q?ents.h=E4=B8=AD=E4=BD=BF=E8=83=BDRT=5FUSING=5FDFS=5FRAMFS?= =?UTF-8?q?=E5=AE=8F=E6=97=B6=EF=BC=8C=E5=8A=A0=E5=85=A5ramfs.h=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dfs/filesystems/ramfs/dfs_ramfs.h | 4 ++-- include/components.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- GitLab