Increased minimum stack size, because rpl uses it much more.

This commit is contained in:
salvopitru 2010-10-26 11:07:20 +00:00
parent 33ccbbb509
commit db3f1864a0

View file

@ -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 ;