use 8488 bytes stack like before

This commit is contained in:
iceman1001 2020-06-22 13:25:29 +02:00
parent 683954316a
commit b5345eb0bd

View file

@ -9,7 +9,7 @@ ms of the GNU GPL, version 2 or,
-----------------------------------------------------------------------------
*/
stacksize = DEFINED(stacksize) ? stacksize : 9K;
stacksize = DEFINED(stacksize) ? stacksize : 8488;
commonareasize = 0x20;
/* AT91SAM7S256 has 256k Flash and 64k RAM */