increase stack and heap sizes

This commit is contained in:
Mario Hüttel 2021-04-10 14:44:27 +02:00
parent f2972903d5
commit 77251cc1bc
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
*/
/* USER PARAMETERS */
__ld_stack_size = 0x3000;
__ld_heap_size = 0x4200;
__ld_stack_size = 0x3500;
__ld_heap_size = 0x4500;
__stack_corruption_area_size = 128;
/* END OF USER PARAMETERS */