mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: @marshmellows fixes
This commit is contained in:
parent
7a5d49b5b4
commit
224e8c1a4d
5 changed files with 19 additions and 17 deletions
|
@ -70,7 +70,7 @@ int getSamples(const char *Cmd, bool silent);
|
|||
|
||||
#define MAX_DEMOD_BUF_LEN (1024*128)
|
||||
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
|
||||
extern int DemodBufferLen;
|
||||
extern size_t DemodBufferLen;
|
||||
extern uint8_t g_debugMode;
|
||||
#define BIGBUF_SIZE 40000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue