Skip to content

Commit

Permalink
[Tizen] Use heap-based memory pool (#26711)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq authored and pull[bot] committed Oct 16, 2023
1 parent 7065e6d commit 8d8e775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Tizen/SystemPlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 =========

0 comments on commit 8d8e775

Please sign in to comment.