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 e82cabb commit 3a7f692Copy full SHA for 3a7f692
include/zephyr/fs/nvs.h
@@ -48,7 +48,7 @@ struct nvs_fs {
48
/** Data write address */
49
uint32_t data_wra;
50
/** File system is split into sectors, each sector must be multiple of erase-block-size */
51
- uint16_t sector_size;
+ uint32_t sector_size;
52
/** Number of sectors in the file system */
53
uint16_t sector_count;
54
/** Flag indicating if the file system is initialized */
0 commit comments