浏览代码

simulator: fix dfs_win32_mkfs prototype

prife 12 年之前
父节点
当前提交
f1fe20a3df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/simulator/applications/dfs_win32.c

+ 1 - 1
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;
 }