Correct comment about stack size in IAR linker file

pull/7871/head
Juho Eskeli 2018-08-28 08:43:42 +03:00
parent 5cc06238ea
commit d5b374b327
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ define region ROM_region = mem:[from __region_ROM_start__ to __region_ROM_end__]
define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM_end__];
/* Stack and Heap */
/* Stack: 4kB - 408B for vector table */
/* Stack: 1024B */
/* Heap: 64kB */
define symbol __size_cstack__ = 0x400;
define symbol __size_heap__ = 0x10000;