nfc_target_t have now nfc_modulation_t instead of nfc_modulatation_type_t

This commit is contained in:
Romuald Conty 2010-10-13 19:17:51 +00:00
parent 584a18ec11
commit 979430ecd1
10 changed files with 47 additions and 19 deletions

View file

@ -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 },