mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -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
|
||||
|
|
|
@ -60,8 +60,8 @@ typedef struct {
|
|||
uint8_t byte[4];
|
||||
} PACKED em4x50_word_t;
|
||||
|
||||
extern bool gLogin;
|
||||
extern bool gWritePasswordProcess;
|
||||
extern uint32_t gPassword;
|
||||
extern bool g_Login;
|
||||
extern bool g_WritePasswordProcess;
|
||||
extern uint32_t g_Password;
|
||||
|
||||
#endif /* EM4X50_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue