mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
rename globals
This commit is contained in:
parent
437f5f6448
commit
5b54385347
34 changed files with 458 additions and 458 deletions
|
@ -54,11 +54,11 @@ struct version_information_t {
|
|||
#define DBG_INFO 2 // errors + info messages
|
||||
#define DBG_DEBUG 3 // errors + info + debug messages
|
||||
#define DBG_EXTENDED 4 // errors + info + debug + breaking debug messages
|
||||
extern int DBGLEVEL;
|
||||
extern int g_dbglevel;
|
||||
|
||||
// tear-off
|
||||
extern uint16_t tearoff_delay_us;
|
||||
extern bool tearoff_enabled;
|
||||
extern uint16_t g_tearoff_delay_us;
|
||||
extern bool g_tearoff_enabled;
|
||||
|
||||
// reader voltage field detector
|
||||
#define MF_MINFIELDV 4000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue