mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-30 12:00:52 +08:00
use 8488 bytes stack like before
This commit is contained in:
parent
683954316a
commit
b5345eb0bd
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 : 9K;
|
stacksize = DEFINED(stacksize) ? stacksize : 8488;
|
||||||
commonareasize = 0x20;
|
commonareasize = 0x20;
|
||||||
|
|
||||||
/* AT91SAM7S256 has 256k Flash and 64k RAM */
|
/* AT91SAM7S256 has 256k Flash and 64k RAM */
|
||||||
|
|
Loading…
Reference in a new issue