Increase stack size

This commit is contained in:
kkitayam 2021-12-27 21:28:46 +09:00
parent a76799b085
commit a750c9c902
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
__USTACK_SIZE = 0x00000400;
__ISTACK_SIZE = 0x00000400;
__USTACK_SIZE = 0x00000800;
__ISTACK_SIZE = 0x00000800;
MEMORY
{