mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-08 09:37:46 +00:00
Increased minimum stack size, because rpl uses it much more.
This commit is contained in:
parent
33ccbbb509
commit
db3f1864a0
@ -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…
x
Reference in New Issue
Block a user