mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: adaptations for global debug var to be accessible
This commit is contained in:
parent
dc22ba144c
commit
180e3d4df9
4 changed files with 5 additions and 5 deletions
|
@ -93,8 +93,9 @@ int CmdDataIIR(const char *Cmd);
|
|||
#define BIGBUF_SIZE 40000
|
||||
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
|
||||
extern size_t DemodBufferLen;
|
||||
extern int g_DemodStartIdx;
|
||||
|
||||
extern int g_DemodClock;
|
||||
extern size_t g_DemodStartIdx;
|
||||
extern uint8_t g_debugMode;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue