Skip to content

Commit 07ef49a

Browse files
samples: matter: Align light bulb to neweset changes in Matter
Some paths of Persistence Provider were changed. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent cdab7de commit 07ef49a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

samples/matter/light_bulb/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ target_sources(app PRIVATE
3737
src/app_task.cpp
3838
src/main.cpp
3939
src/zcl_callbacks.cpp
40-
${CHIP_ROOT}/src/app/util/persistence/DeferredAttributePersistenceProvider.cpp
40+
${CHIP_ROOT}/src/app/persistence/DeferredAttributePersistenceProvider.cpp
4141
)
4242

4343
ncs_configure_data_model()

samples/matter/light_bulb/src/app_task.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
#include <app-common/zap-generated/attributes/Accessors.h>
2121
#include <app/clusters/identify-server/identify-server.h>
2222
#include <app/server/Server.h>
23-
#include <app/util/persistence/DefaultAttributePersistenceProvider.h>
24-
#include <app/util/persistence/DeferredAttributePersistenceProvider.h>
23+
#include <app/persistence/AttributePersistenceProviderInstance.h>
24+
#include <app/persistence/DefaultAttributePersistenceProvider.h>
25+
#include <app/persistence/DeferredAttributePersistenceProvider.h>
2526
#include <setup_payload/OnboardingCodesUtil.h>
2627

2728
#include <zephyr/logging/log.h>

0 commit comments

Comments
 (0)