File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OUTPUT_ARCH(arm);
1010/*
1111The stack size used by the application. NOTE: you need to adjust according to your application.
1212*/
13- STACK_SIZE = 0x4000 ;
13+ STACK_SIZE = 0x2000 ;
1414
1515/*
1616Memories definitions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OUTPUT_ARCH(arm);
1010/*
1111The stack size used by the application. NOTE: you need to adjust according to your application.
1212*/
13- STACK_SIZE = 0x4000 ;
13+ STACK_SIZE = 0x2000 ;
1414
1515/*
1616Memories definitions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ OUTPUT_ARCH(arm);
1010/*
1111The stack size used by the application. NOTE: you need to adjust according to your application.
1212*/
13- STACK_SIZE = 0x4000 ;
13+ STACK_SIZE = 0x2000 ;
1414
1515/*
1616Memories definitions
You can’t perform that action at this time.
0 commit comments