mirror of https://github.com/ARMmbed/mbed-os.git
Revert "Forgot to set the IAR base heap size to minimal."
This reverts commit be5633d11e243d58406ddee27a1c75d242664a3e.pull/12106/head
parent
bce345f398
commit
cc6f7e51a3
|
@ -33,7 +33,7 @@ if (!isdefinedsymbol(MBED_BOOT_STACK_SIZE)) {
|
|||
}
|
||||
|
||||
define symbol CSTACK_SIZE = MBED_BOOT_STACK_SIZE;
|
||||
define symbol __ICFEDIT_size_heap__ = 0x0C00;
|
||||
define symbol __ICFEDIT_size_heap__ = 0x50000;
|
||||
|
||||
/*Meory regions*/
|
||||
define memory mem with size = 4G;
|
||||
|
|
Loading…
Reference in New Issue