mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
nfc_target_t have now nfc_modulation_t instead of nfc_modulatation_type_t
This commit is contained in:
@@ -66,7 +66,8 @@ main (int argc, const char *argv[])
|
||||
}
|
||||
|
||||
const nfc_target_t nt = {
|
||||
.nmt = NMT_DEP,
|
||||
.nm.nmt = NMT_DEP,
|
||||
.nm.nbr = NBR_UNDEFINED,
|
||||
.nti.ndi.abtNFCID3 = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xff, 0x00, 0x00 },
|
||||
.nti.ndi.szGB = 4,
|
||||
.nti.ndi.abtGB = { 0x12, 0x34, 0x56, 0x78 },
|
||||
|
||||
Reference in New Issue
Block a user