Fix ISO14443-B ATTRIB_RES decoding. (Thanks to Phil)
This commit is contained in:
parent
c6f074ba96
commit
7e2ddedfc1
3 changed files with 9 additions and 7 deletions
|
|
@ -137,8 +137,6 @@ print_nfc_iso14443b_info (const nfc_iso14443b_info_t nbi)
|
|||
{
|
||||
printf (" ATQB: ");
|
||||
print_hex (nbi.abtAtqb, 12);
|
||||
printf (" ATTRIB_RES: ");
|
||||
print_hex (nbi.abtAttribRes, nbi.szAttribRes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue