rename nfc_disconnect() function to nfc_close().
This commit is contained in:
parent
9d3ca39a44
commit
9eb37b3eee
35 changed files with 80 additions and 80 deletions
|
|
@ -40,8 +40,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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue