mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
Add INIT_FS_EXPORT for RAM file system
This commit is contained in:
@@ -414,6 +414,7 @@ int dfs_ramfs_init(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
INIT_FS_EXPORT(dfs_ramfs_init);
|
||||
|
||||
struct dfs_ramfs* dfs_ramfs_create(rt_uint8_t *pool, rt_size_t size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user