mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 17:43:49 +00:00
Added new example, PN53x chips will now emulate NDEF tag! not in build-script yet
This commit is contained in:
@@ -59,7 +59,7 @@ main (int argc, const char *argv[])
|
||||
errx (1, "usage: %s", argv[0]);
|
||||
}
|
||||
|
||||
if (!pnd || !nfc_target_init (pnd, abtRecv, &szRecvBits)) {
|
||||
if (!pnd || !nfc_target_init (pnd, NTM_DEP, abtRecv, &szRecvBits)) {
|
||||
printf ("unable to connect or initialize\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user