mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +00:00
pn53x-sam: fix print_nfc_target
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user