Revert "Forgot to set the IAR base heap size to minimal."

This reverts commit be5633d11e243d58406ddee27a1c75d242664a3e.
pull/12106/head
Andrew Chong 2020-01-07 11:58:39 +09:00
parent bce345f398
commit cc6f7e51a3
1 changed files with 1 additions and 1 deletions

View File

@ -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;