Explorar o código

simulator: fix dfs_win32_mkfs prototype

prife %!s(int64=12) %!d(string=hai) anos
pai
achega
f1fe20a3df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }