Browse Source

[DFS] fix the mkfs issue for multi-mounted fatfs

Bernard Xiong 6 năm trước cách đây
mục cha
commit
8baf3d98e1
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      components/dfs/filesystems/elmfat/dfs_elm.c

+ 4 - 0
components/dfs/filesystems/elmfat/dfs_elm.c

@@ -269,6 +269,10 @@ int dfs_elm_mkfs(rt_device_t dev_id)
             f_mount(fat, logic_nbr, (BYTE)index);
         }
     }
+    else
+    {
+        logic_nbr[0] = '0' + index;
+    }
 
     /* [IN] Logical drive number */
     /* [IN] Format options */