Increased minimum stack size, because rpl uses it much more.
This commit is contained in:
parent
33ccbbb509
commit
db3f1864a0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ PROVIDE ( _Stack_Init = __Stack_Init ) ;
|
|||
/*
|
||||
There will be a link error if there is not this amount of RAM free at the end.
|
||||
*/
|
||||
_Minimum_Stack_Size = 0x400 ;
|
||||
_Minimum_Stack_Size = 0x500 ;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue