Skip to content

Commit a750c9c

Browse files
committed
Increase stack size
1 parent a76799b commit a750c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hw/bsp/rx/boards/rx65n_target/r5f565ne.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__USTACK_SIZE = 0x00000400;
2-
__ISTACK_SIZE = 0x00000400;
1+
__USTACK_SIZE = 0x00000800;
2+
__ISTACK_SIZE = 0x00000800;
33

44
MEMORY
55
{

0 commit comments

Comments
 (0)