chg: adapt stack , run "lf search" on a blank t55xx now ok

This commit is contained in:
iceman1001 2020-06-17 23:42:21 +02:00
parent 2555f46328
commit a53c4a8a5b

View file

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