From f1fe20a3dfb109c3ff0a7638431c14460539411e Mon Sep 17 00:00:00 2001 From: prife Date: Sat, 2 Mar 2013 14:35:04 +0800 Subject: [PATCH] simulator: fix dfs_win32_mkfs prototype --- bsp/simulator/applications/dfs_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/simulator/applications/dfs_win32.c b/bsp/simulator/applications/dfs_win32.c index 8601df7239..51f0d295da 100644 --- a/bsp/simulator/applications/dfs_win32.c +++ b/bsp/simulator/applications/dfs_win32.c @@ -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; } -- GitLab