mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-21 03:01:49 +00:00
rename nfc_disconnect() function to nfc_close().
This commit is contained in:
@@ -41,8 +41,8 @@ cut_setup (void)
|
||||
void
|
||||
cut_teardown (void)
|
||||
{
|
||||
nfc_disconnect (devices[TARGET]);
|
||||
nfc_disconnect (devices[INITIATOR]);
|
||||
nfc_close (devices[TARGET]);
|
||||
nfc_close (devices[INITIATOR]);
|
||||
}
|
||||
|
||||
struct thread_data {
|
||||
|
||||
Reference in New Issue
Block a user