Enlarge ECC/DATA layout array size.

This commit is contained in:
Wayne Lin 2021-01-26 17:04:47 +08:00
parent 998e370ae1
commit 44e9a48f1d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ extern "C"{
#define UFFS_LAYOUT_UFFS 0 //!< do layout by dev->attr information
#define UFFS_LAYOUT_FLASH 1 //!< flash driver do the layout
#define UFFS_SPARE_LAYOUT_SIZE 6 //!< maximum spare layout array size, 2 segments
#define UFFS_SPARE_LAYOUT_SIZE 16 //!< maximum spare layout array size, 2 segments
/** flash operation return code */
#define UFFS_FLASH_NO_ERR 0 //!< no error