Merge pull request #2365 from bridadan/increase-heap-kl46z

Increasing the heap for KL46Z for IAR.
pull/2304/merge
Sam Grove 2016-08-04 17:36:44 -05:00 committed by GitHub
commit 0131aa657c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x1fffffff;
/*-Sizes-*/
/*Heap 1/4 of ram and stack 1/8*/
define symbol __ICFEDIT_size_cstack__ = 0x1000;
define symbol __ICFEDIT_size_heap__ = 0x2000;
define symbol __ICFEDIT_size_heap__ = 0x4000;
/**** End of ICF editor section. ###ICF###*/
define symbol __region_RAM2_start__ = 0x20000000;