mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[components][dfs][ramfs] add RT_Object_Class_MemHeap flag for ramfs->memheap
This commit is contained in:
@@ -453,6 +453,7 @@ struct dfs_ramfs* dfs_ramfs_create(rt_uint8_t *pool, rt_size_t size)
|
||||
|
||||
/* initialize ramfs object */
|
||||
ramfs->magic = RAMFS_MAGIC;
|
||||
ramfs->memheap.parent.type = RT_Object_Class_MemHeap | RT_Object_Class_Static;
|
||||
|
||||
/* initialize root directory */
|
||||
memset(&(ramfs->root), 0x00, sizeof(ramfs->root));
|
||||
|
||||
Reference in New Issue
Block a user