mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07: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;
|
commonareasize = 0x20;
|
||||||
|
|
||||||
/* AT91SAM7S256 has 256k Flash and 64k RAM */
|
/* AT91SAM7S256 has 256k Flash and 64k RAM */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue