Skip to content

Commit

Permalink
pn53x-sam: fix print_nfc_target
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Mar 7, 2013
1 parent c72846e commit 181cd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pn53x-sam.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ main(int argc, const char *argv[])
exit(EXIT_FAILURE);
} else if (res == 1) {
printf("The following ISO14443A tag (SAM) was found:\n");
print_nfc_target(nt, true);
print_nfc_target(&nt, true);
} else {
ERR("%s", "More than one ISO14442 tag found as SAM.");
nfc_close(pnd);
Expand Down

0 comments on commit 181cd91

Please sign in to comment.