Skip to content

Commit bb0abc8

Browse files
committed
Revert "Following the IAR dynamic heap policy."
This reverts commit 374aed2.
1 parent 460c9d8 commit bb0abc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ define region ROM_REGION = mem:[from S5JS100_CODE_BASE to S5JS100_CODE_END];
4242
define region IRAM_REGION = mem:[from S5JS100_IRAM_BASE to S5JS100_IRAM_END];
4343

4444
define block CSTACK with alignment = 8, size = CSTACK_SIZE { };
45-
define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { };
45+
define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
4646
define block RW { readwrite };
4747
define block ZI { zi };
4848

0 commit comments

Comments
 (0)