mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: emv commands should now compile. no testing done.
This commit is contained in:
parent
647411d10d
commit
9959d5c1e7
5 changed files with 21 additions and 12 deletions
|
@ -27,5 +27,6 @@
|
|||
|
||||
int CmdHFEMV(const char *Cmd);
|
||||
|
||||
#define TLV_ADD(tag, value)( tlvdb_add(tlvRoot, tlvdb_fixed(tag, sizeof(value) - 1, (const unsigned char *)value)) )
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue