Skip to content

Commit 197e24a

Browse files
bzbarsky-applelpbeliveau-silabs
authored andcommitted
Re-enable new Darwin storage API by default. (project-chip#31459)
1 parent b9f116b commit 197e24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDefines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#endif
8484

8585
#ifndef MTR_PER_CONTROLLER_STORAGE_ENABLED
86-
#define MTR_PER_CONTROLLER_STORAGE_ENABLED 0
86+
#define MTR_PER_CONTROLLER_STORAGE_ENABLED 1
8787
#endif
8888

8989
#pragma mark - Types

0 commit comments

Comments
 (0)