Skip to content
Snippets Groups Projects
Commit 822d07ae authored by schneider's avatar schneider
Browse files

change(stack): Increase stack size on both cores to 16 kb

parent c13ebce1
Branches
Tags
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
#ifdef __STACK_SIZE #ifdef __STACK_SIZE
.equ Stack_Size, __STACK_SIZE .equ Stack_Size, __STACK_SIZE
#else #else
.equ Stack_Size, 0x00001000 .equ Stack_Size, 0x00004000
#endif #endif
.globl __StackTop .globl __StackTop
.globl __StackLimit .globl __StackLimit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment