chg: #define rename

This commit is contained in:
iceman1001 2018-03-16 08:58:07 +01:00
commit 0eca7e3977
2 changed files with 4 additions and 3 deletions

View file

@ -1812,7 +1812,8 @@ int CmdHF14AMfUDump(const char *Cmd){
uint8_t get_signature[32];
memset( get_signature, 0, sizeof(get_signature) );
// not ul_c and not std ul then attempt to get deeper info
// not ul_c and not std ul then attempt to collect info like
// VERSION, SIGNATURE, COUNTERS, TEARING, PACK,
if (!(tagtype & UL_C || tagtype & UL)) {
//attempt to read pack
if (!ul_auth_select( &card, tagtype, true, authKeyPtr, get_pack, sizeof(get_pack))) {