You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/wear_levelling/private_include/WL_Config.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ typedef struct WL_Config_s {
29
29
uint32_twr_size; /*!< Minimum amount of bytes per one block at write operation: 1...*/
30
30
uint32_tversion; /*!< A version of current implementatioon. To erase and reallocate complete memory this ID must be different from id before.*/
31
31
size_ttemp_buff_size; /*!< Size of temporary allocated buffer to copy from one flash area to another. The best way, if this value will be equal to sector size.*/
32
-
uint32_treserved[6]; /*!< dummy array to make wl_config_t size compatible with flash encryption (divided by 16)*/
32
+
uint32_treserved[5]; /*!< dummy array to make wl_config_t size compatible with flash encryption (divided by 16)*/
0 commit comments