chg: emv commands should now compile. no testing done.

This commit is contained in:
iceman1001 2017-11-25 08:18:30 +01:00
commit 9959d5c1e7
5 changed files with 21 additions and 12 deletions

View file

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