mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
CHG: dropfield when CL is used.
This commit is contained in:
parent
384a44ce50
commit
c419f7bf37
3 changed files with 27 additions and 23 deletions
|
@ -178,6 +178,14 @@
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef DropFieldEx
|
||||
#define DropFieldEx(x) { \
|
||||
if ( (x) == ECC_CONTACTLESS) { \
|
||||
DropField(); \
|
||||
} \
|
||||
}
|
||||
#endif
|
||||
|
||||
extern uint8_t g_debugMode;
|
||||
|
||||
extern int ukbhit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue