pn53x-sam: fix print_nfc_target
This commit is contained in:
parent
c72846e3c6
commit
181cd914d5
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ main(int argc, const char *argv[])
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
} else if (res == 1) {
|
} else if (res == 1) {
|
||||||
printf("The following ISO14443A tag (SAM) was found:\n");
|
printf("The following ISO14443A tag (SAM) was found:\n");
|
||||||
print_nfc_target(nt, true);
|
print_nfc_target(&nt, true);
|
||||||
} else {
|
} else {
|
||||||
ERR("%s", "More than one ISO14442 tag found as SAM.");
|
ERR("%s", "More than one ISO14442 tag found as SAM.");
|
||||||
nfc_close(pnd);
|
nfc_close(pnd);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue