Commit c2575c53 authored by Simen S. Røstad's avatar Simen S. Røstad Committed by Anas Nashif
Browse files

fs: fcb: Increase type for max sectors



Increase type for max sectors

Signed-off-by: default avatarSimen S. Røstad <simen.rostad@nordicsemi.no>
parent c620646e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ struct fcb {
	 */

	uint8_t f_version; /**<  Current version number of the data */
	uint8_t f_sector_cnt; /**< Number of elements in sector array */
	uint16_t f_sector_cnt; /**< Number of elements in sector array */
	uint8_t f_scratch_cnt;
	/**< Number of sectors to keep empty. This can be used if you need
	 * to have scratch space for garbage collecting when FCB fills up.