X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0422e2a47109a7845998c2130ae40c6d04e56d09..0fc0fca5830c9d1a430f40ff935fb399f91b8adc:/armsrc/apps.h diff --git a/armsrc/apps.h b/armsrc/apps.h index af6006e7..878ec526 100644 --- a/armsrc/apps.h +++ b/armsrc/apps.h @@ -9,7 +9,7 @@ // The large multi-purpose buffer, typically used to hold A/D samples, // maybe processed in some way. -DWORD BigBuf[10000]; +DWORD BigBuf[12000]; /// appmain.h void ReadMem(int addr);