mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
nfc_target_t have now nfc_modulation_t instead of nfc_modulatation_type_t
This commit is contained in:
@@ -202,7 +202,8 @@ main (int argc, const char *argv[])
|
||||
size_t szRx;
|
||||
|
||||
nfc_target_t nt = {
|
||||
.nmt = NMT_ISO14443A,
|
||||
.nm.nmt = NMT_ISO14443A,
|
||||
.nm.nbr = NBR_UNDEFINED,
|
||||
.nti.nai.abtAtqa = { 0x04, 0x00 },
|
||||
.nti.nai.abtUid = { 0x08, 0xad, 0xbe, 0xaf },
|
||||
.nti.nai.btSak = 0x20,
|
||||
|
||||
Reference in New Issue
Block a user