mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 05:51:24 +08:00
simulator: fix dfs_win32_mkfs prototype
This commit is contained in:
parent
5cb02e1258
commit
f1fe20a3df
@ -111,7 +111,7 @@ static int dfs_win32_unmount(struct dfs_filesystem *fs)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int dfs_win32_mkfs(const char *device_name)
|
||||
static int dfs_win32_mkfs(rt_device_t devid)
|
||||
{
|
||||
return -DFS_STATUS_ENOSYS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user