Fix icf settings for head and stack size

pull/811/head
albert361 2014-12-30 22:55:11 +08:00
parent 21b2445fad
commit 020faf70e6
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
/*-Sizes-*/
define symbol __ICFEDIT_size_cstack__ = 0x1000;
define symbol __ICFEDIT_size_heap__ = 0x28000;
define symbol __ICFEDIT_size_cstack__ = 0x5FFF;
define symbol __ICFEDIT_size_heap__ = 0x5FFF;
/**** End of ICF editor section. ###ICF###*/