Commit 40b1668
committed
[nrf fromlist] settings: zms: fix a bug related to the name's ID
To avoid collisions between IDs used by settings and IDs used directly
by subsystems using ZMS API, the MSB is always set to 1 for Setting's
name ID written to ZMS backend
Upstream PR #: 86170
Signed-off-by: Riadh Ghaddab <[email protected]>
(cherry picked from commit c9a33bbefabb262411985ee7237d040bb3cf2fa4)1 parent 9203fad commit 40b1668
File tree
2 files changed
+3
-2
lines changed- subsys/settings
- include/settings
- src
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
235 | 237 | | |
236 | 238 | | |
237 | 239 | | |
| |||
0 commit comments