mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
rename nfc_disconnect() function to nfc_close().
This commit is contained in:
@@ -44,7 +44,7 @@ test_access_storm (void)
|
||||
res = nfc_initiator_list_passive_targets(device, nm, ant, MAX_TARGET_COUNT);
|
||||
cut_assert_operator_int (res, >=, 0, cut_message ("nfc_initiator_list_passive_targets"));
|
||||
|
||||
nfc_disconnect (device);
|
||||
nfc_close (device);
|
||||
}
|
||||
|
||||
n--;
|
||||
|
||||
Reference in New Issue
Block a user