mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 14:06:17 +00:00
rename nfc_connect() function to nfc_open().
This commit is contained in:
@@ -31,8 +31,8 @@ cut_setup (void)
|
||||
cut_omit ("At least two NFC devices must be plugged-in to run this test");
|
||||
}
|
||||
|
||||
devices[TARGET] = nfc_connect (connstrings[TARGET]);
|
||||
devices[INITIATOR] = nfc_connect (connstrings[INITIATOR]);
|
||||
devices[TARGET] = nfc_open (connstrings[TARGET]);
|
||||
devices[INITIATOR] = nfc_open (connstrings[INITIATOR]);
|
||||
|
||||
signal (SIGINT, abort_test_by_keypress);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user