mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
examples, test and utils use now nfc_exit() function.
This commit is contained in:
@@ -43,6 +43,7 @@ cut_teardown (void)
|
||||
{
|
||||
nfc_close (devices[TARGET]);
|
||||
nfc_close (devices[INITIATOR]);
|
||||
nfc_exit ();
|
||||
}
|
||||
|
||||
struct thread_data {
|
||||
|
||||
Reference in New Issue
Block a user