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
|
@ -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