Rename nfc_target_type_t as pn53x_target_type_t
This commit is contained in:
parent
c53c512831
commit
695e5c2f37
14 changed files with 99 additions and 99 deletions
|
|
@ -132,7 +132,7 @@ main (int argc, char *argv[])
|
|||
|
||||
// Note: We have to build a "fake" nfc_target_t in order to do exactly the same that was done before the new nfc_target_init() was introduced.
|
||||
nfc_target_t nt = {
|
||||
.ntt = NTT_MIFARE,
|
||||
.ptt = PTT_MIFARE,
|
||||
.nti.nai.abtAtqa = { 0x04, 0x00 },
|
||||
.nti.nai.abtUid = { 0xde, 0xad, 0xbe, 0xaf },
|
||||
.nti.nai.btSak = 0x20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue