Skip to content

Commit 69a404c

Browse files
ArekBalysNordiccarlescufi
authored andcommitted
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

1 file changed

+1
-1
lines changed

samples/matter/common/src/persistent_storage/backends/persistent_storage_secure.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "../persistent_storage_common.h"
1010
#include "util/finite_map.h"
1111

12-
#include <protected_storage.h>
12+
#include <psa/protected_storage.h>
1313

1414
namespace Nrf
1515
{

0 commit comments

Comments
 (0)