We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c620646 commit c2575c5Copy full SHA for c2575c5
include/zephyr/fs/fcb.h
@@ -103,7 +103,7 @@ struct fcb {
103
*/
104
105
uint8_t f_version; /**< Current version number of the data */
106
- uint8_t f_sector_cnt; /**< Number of elements in sector array */
+ uint16_t f_sector_cnt; /**< Number of elements in sector array */
107
uint8_t f_scratch_cnt;
108
/**< Number of sectors to keep empty. This can be used if you need
109
* to have scratch space for garbage collecting when FCB fills up.
0 commit comments