chg: increase stack size - hf mfu simlation needs it
This commit is contained in:
@@ -9,7 +9,7 @@ ms of the GNU GPL, version 2 or,
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
stacksize = DEFINED(stacksize) ? stacksize : 5K;
|
||||
stacksize = DEFINED(stacksize) ? stacksize : 6K;
|
||||
commonareasize = 0x20;
|
||||
|
||||
/* AT91SAM7S256 has 256k Flash and 64k RAM */
|
||||
|
||||
Reference in New Issue
Block a user