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
|
|
@ -229,9 +229,10 @@ typedef struct {
|
|||
* @brief NFC ISO14443B tag information
|
||||
*/
|
||||
typedef struct {
|
||||
/** abtAtqb store ATQB (Answer To reQuest of type B) */
|
||||
byte_t abtAtqb[12];
|
||||
size_t szAttribRes;
|
||||
byte_t abtAttribRes[64];
|
||||
/** ui8CardIdentifier store CID (Card Identifier) attributted by PCD to the PICC */
|
||||
uint8_t ui8CardIdentifier;
|
||||
} nfc_iso14443b_info_t;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue