Skip to content

Commit 87cf4c9

Browse files
[SL-ONLY] Fixing the zigbee app with latest update (SiliconLabsSoftware#506)
1 parent b749244 commit 87cf4c9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/zigbee-matter-light/silabs/src/AppTask.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
#include "LEDWidget.h"
2525

2626
#include <app/clusters/on-off-server/on-off-server.h>
27+
#include <app/persistence/AttributePersistenceProviderInstance.h>
28+
#include <app/persistence/DefaultAttributePersistenceProvider.h>
29+
#include <app/persistence/DeferredAttributePersistenceProvider.h>
2730
#include <app/server/Server.h>
2831
#include <app/util/attribute-storage.h>
29-
#include <app/util/persistence/DefaultAttributePersistenceProvider.h>
30-
#include <app/util/persistence/DeferredAttributePersistenceProvider.h>
3132
#include <setup_payload/OnboardingCodesUtil.h>
3233

3334
#ifdef MATTER_DM_PLUGIN_SCENES_MANAGEMENT

0 commit comments

Comments
 (0)