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