From 21331566f414a12d06136e75a8acae284e0eec7b Mon Sep 17 00:00:00 2001 From: Yufeng Wang Date: Wed, 15 Sep 2021 20:57:39 -0700 Subject: [PATCH] [Darwin]:Enable heap based pool configuration (#9739) --- src/platform/Darwin/SystemPlatformConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/Darwin/SystemPlatformConfig.h b/src/platform/Darwin/SystemPlatformConfig.h index 61fa1aadfc61c1..09ab54ee2de107 100644 --- a/src/platform/Darwin/SystemPlatformConfig.h +++ b/src/platform/Darwin/SystemPlatformConfig.h @@ -38,8 +38,8 @@ struct ChipDeviceEvent; #define CHIP_SYSTEM_CONFIG_FREERTOS_LOCKING 0 #define CHIP_SYSTEM_CONFIG_NO_LOCKING 1 #define CHIP_SYSTEM_CONFIG_PLATFORM_PROVIDES_TIME 0 - #define CHIP_SYSTEM_CONFIG_USE_POSIX_TIME_FUNCTS 1 +#define CHIP_SYSTEM_CONFIG_POOL_USE_HEAP 1 // ========== Platform-specific Configuration Overrides =========