Commit 69a404c
samples: matter: Fix protected_storage include in Matter Lock
In Matter Lock there was a wrong include to the
`protected_storage.h` file.
The correct path should be `psa/protected_storage.h`.
Signed-off-by: Arkadiusz Balys <[email protected]>1 parent d86815a commit 69a404c
File tree
1 file changed
+1
-1
lines changed- samples/matter/common/src/persistent_storage/backends
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments