mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
define simplification
This commit is contained in:
parent
4f26318889
commit
e34fbb6df7
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ int UsageCmdHFEMVExec(void) {
|
|||
}
|
||||
|
||||
#define TLV_ADD(tag, value)( tlvdb_add(tlvRoot, tlvdb_fixed(tag, sizeof(value) - 1, (const unsigned char *)value)) )
|
||||
#define dreturn(n) do{DropField();return n;}while(0)
|
||||
#define dreturn(n) {DropField();return n;}
|
||||
|
||||
int CmdHFEMVExec(const char *cmd) {
|
||||
bool activateField = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue