Skip to content

Commit 4a35ca5

Browse files
committed
Implement chime delegate instance for all-clusters-app
1 parent 36f4137 commit 4a35ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/chime-server/chime-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void ChimeServer::LoadPersistentAttributes()
6969
{
7070
// Load Active Chime ID
7171
uint8_t storedActiveChimeID = 0;
72-
CHIP_ERROR err = GetSafeAttributePersistenceProvider()->ReadScalarValue(
72+
CHIP_ERROR err = GetSafeAttributePersistenceProvider()->ReadScalarValue(
7373
ConcreteAttributePath(GetEndpointId(), Chime::Id, ActiveChimeID::Id), storedActiveChimeID);
7474
if (err == CHIP_NO_ERROR)
7575
{

0 commit comments

Comments
 (0)