mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 07:04:13 +08:00
chg: adapt stack , run "lf search" on a blank t55xx now ok
This commit is contained in:
parent
2555f46328
commit
a53c4a8a5b
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 : 6K;
|
||||
stacksize = DEFINED(stacksize) ? stacksize : 9K;
|
||||
commonareasize = 0x20;
|
||||
|
||||
/* AT91SAM7S256 has 256k Flash and 64k RAM */
|
||||
|
|
Loading…
Reference in a new issue