Added new example, PN53x chips will now emulate NDEF tag! not in build-script yet

This commit is contained in:
Roel Verdult
2010-09-28 16:15:59 +00:00
parent 5efa9e2cdb
commit 6dfe88113e
10 changed files with 159 additions and 18 deletions

View File

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