From 19602908bb7535e5069ff920975d1858fe4738f3 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Tue, 23 May 2023 18:46:26 +0200 Subject: [PATCH] [Tizen] Use heap-based memory pool (#26711) --- src/platform/Tizen/SystemPlatformConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/Tizen/SystemPlatformConfig.h b/src/platform/Tizen/SystemPlatformConfig.h index d501e425c86516..d33d4f949bf747 100644 --- a/src/platform/Tizen/SystemPlatformConfig.h +++ b/src/platform/Tizen/SystemPlatformConfig.h @@ -38,7 +38,7 @@ struct ChipDeviceEvent; #define CHIP_SYSTEM_CONFIG_FREERTOS_LOCKING 0 #define CHIP_SYSTEM_CONFIG_NO_LOCKING 0 #define CHIP_SYSTEM_CONFIG_PLATFORM_PROVIDES_TIME 1 - #define CHIP_SYSTEM_CONFIG_USE_POSIX_TIME_FUNCTS 1 +#define CHIP_SYSTEM_CONFIG_POOL_USE_HEAP 1 // ========== Platform-specific Configuration Overrides =========