diff --git a/examples/nfc-dep-target.c b/examples/nfc-dep-target.c index d5d67f5..19eede6 100644 --- a/examples/nfc-dep-target.c +++ b/examples/nfc-dep-target.c @@ -96,6 +96,7 @@ main (int argc, const char *argv[]) .abtNFCID3 = { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xff, 0x00, 0x00 }, .szGB = 4, .abtGB = { 0x12, 0x34, 0x56, 0x78 }, + .ndm = NDM_UNDEFINED, /* These bytes are not used by nfc_target_init: the chip will provide them automatically to the initiator */ .btDID = 0x00, .btBS = 0x00,