mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 01:53:48 +00:00
examples, test and utils use now nfc_exit() function.
This commit is contained in:
@@ -215,6 +215,7 @@ main (int argc, char *argv[])
|
||||
if (!transmit_bits (abtReqa, 7)) {
|
||||
printf ("Error: No tag available\n");
|
||||
nfc_close (pnd);
|
||||
nfc_exit ();
|
||||
return 1;
|
||||
}
|
||||
memcpy (abtAtqa, abtRx, 2);
|
||||
@@ -353,5 +354,6 @@ main (int argc, char *argv[])
|
||||
|
||||
|
||||
nfc_close (pnd);
|
||||
nfc_exit ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user