Update dfs_elm.c
fatfs: mkfs时增加FM_SFD参数,减少文件系统对flash空间的占用
This commit is contained in:
parent
9757f6b405
commit
889afa7b04
@ -265,7 +265,7 @@ int dfs_elm_mkfs(rt_device_t dev_id)
|
||||
/* [IN] Size of the allocation unit */
|
||||
/* [-] Working buffer */
|
||||
/* [IN] Size of working buffer */
|
||||
result = f_mkfs(logic_nbr, FM_ANY, 0, work, _MAX_SS);
|
||||
result = f_mkfs(logic_nbr, FM_ANY|FM_SFD, 0, work, _MAX_SS);
|
||||
rt_free(work); work = RT_NULL;
|
||||
|
||||
/* check flag status, we need clear the temp driver stored in disk[] */
|
||||
|
Loading…
x
Reference in New Issue
Block a user