update dfs_xxx_mkfs in jffs2 nand uffs.c to use new args
This commit is contained in:
parent
1e6bf8671c
commit
4bc0347b11
@ -222,7 +222,7 @@ static int dfs_jffs2_unmount(struct dfs_filesystem* fs)
|
||||
return -DFS_STATUS_ENOENT;
|
||||
}
|
||||
|
||||
static int dfs_jffs2_mkfs(const char* device_name)
|
||||
static int dfs_jffs2_mkfs(rt_device_t dev_id)
|
||||
{
|
||||
/* just erase all blocks on this nand partition */
|
||||
return -DFS_STATUS_ENOSYS;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user