mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-24 20:51:56 +00:00
rename nfc_disconnect() function to nfc_close().
This commit is contained in:
@@ -38,8 +38,8 @@ cut_setup (void)
|
||||
void
|
||||
cut_teardown (void)
|
||||
{
|
||||
nfc_disconnect (second_device);
|
||||
nfc_disconnect (first_device);
|
||||
nfc_close (second_device);
|
||||
nfc_close (first_device);
|
||||
}
|
||||
|
||||
struct thread_data {
|
||||
|
||||
Reference in New Issue
Block a user