Merge pull request #610 from FlyLu/master

[DFS] Fix the ramfs issue.
This commit is contained in:
Bernard Xiong
2016-02-20 19:41:40 +08:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 <rtthread.h>
#include <rtservice.h>