docs: Update CN translation for fatfs.rst

This commit is contained in:
Shang Zhou
2024-01-15 15:53:34 +08:00
committed by Adam Múdry
parent 8e50d63fea
commit 63f317e4ca
2 changed files with 3 additions and 3 deletions
@@ -126,6 +126,7 @@ FatFs 分区生成器
#. ``PRESERVE_TIME`` 标志 - 可选参数,用户可强制让目标镜像保留源文件夹的时间戳。如果不保留,每个目标镜像的时间戳都将设置为 FATFS 默认初始时间(1980 年 1 月 1 日)。
#. ``ONE_FAT`` 标志 - 可选参数,支持生成仅包含单个 FAT(文件分配表)的 FATFS 卷。与包含两个 FAT 的 FATFS 卷相比,这样做可以拥有相对较大的可用空间(通过 ``FAT 使用的扇区数 * 扇区大小`` 计算),但会增加 FATFS 卷损坏的风险。
例如::