mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 07:04:13 +08:00
Increase stack to 5KiB
This commit is contained in:
parent
c11c7ab545
commit
3b757a627b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ms of the GNU GPL, version 2 or,
|
|||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
stacksize = DEFINED(stacksize) ? stacksize : 4K;
|
||||
stacksize = DEFINED(stacksize) ? stacksize : 5K;
|
||||
commonareasize = 0x20;
|
||||
|
||||
/* AT91SAM7S256 has 256k Flash and 64k RAM */
|
||||
|
|
Loading…
Reference in a new issue