mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -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
|
@ -46,7 +46,7 @@ extern void save_restoreGB(uint8_t saveOpt);
|
|||
#define MAX_DEMOD_BUF_LEN (1024*128)
|
||||
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
|
||||
extern size_t DemodBufferLen;
|
||||
//extern size_t g_DemodStartIdx;
|
||||
extern size_t g_DemodStartIdx;
|
||||
extern bool showDemod;
|
||||
extern uint8_t g_debugMode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue