Set __ICFEDIT_size_cstack__ =1k

pull/8815/head
panyz0725@thundersoft.com 2018-12-14 09:33:25 +08:00
parent 79e57f0869
commit 2c25b45417
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x200002D8;
define symbol __ICFEDIT_region_RAM_end__ = 0x2000FFFF;
/*-Sizes-*/
/*Heap 1/4 of ram and stack 1/8*/
define symbol __ICFEDIT_size_cstack__ = 0x4000;
define symbol __ICFEDIT_size_cstack__ = 0x400;
define symbol __ICFEDIT_size_heap__ = 0x2000;
/**** End of ICF editor section. ###ICF###*/