1.同步文件系统变只读的库

This commit is contained in:
payton 2023-07-21 10:55:05 +08:00
parent 136204b834
commit 3d8015742a
3 changed files with 1 additions and 0 deletions

1
code/lib/include/FileSysTsk.h Executable file → Normal file
View File

@ -249,6 +249,7 @@ typedef enum _FST_INFO_ID {
FST_INFO_DEFECT_PERCENTAGE, ///< the defect percentage of the performance test (enabled by FileSys_SetParamEx with FST_PARM_PERF_WRITE_MODE) FST_INFO_DEFECT_PERCENTAGE, ///< the defect percentage of the performance test (enabled by FileSys_SetParamEx with FST_PARM_PERF_WRITE_MODE)
FST_INFO_PARTITION_TYPE, ///< the partition type of the disk FST_INFO_PARTITION_TYPE, ///< the partition type of the disk
FST_INFO_IS_SDIO_ERR, ///< is sdio error or not FST_INFO_IS_SDIO_ERR, ///< is sdio error or not
FST_INFO_IS_READ_ONLY, ///< is read only or not
ENUM_DUMMY4WORD(FST_INFO_ID) ENUM_DUMMY4WORD(FST_INFO_ID)
} FST_INFO_ID; } FST_INFO_ID;

Binary file not shown.