mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-02 13:51:45 +00:00
rename nfc_connect() function to nfc_open().
This commit is contained in:
@@ -31,8 +31,8 @@ test_access_storm (void)
|
||||
nfc_device *device;
|
||||
nfc_target ant[MAX_TARGET_COUNT];
|
||||
|
||||
device = nfc_connect (connstrings[i]);
|
||||
cut_assert_not_null (device, cut_message ("nfc_connect"));
|
||||
device = nfc_open (connstrings[i]);
|
||||
cut_assert_not_null (device, cut_message ("nfc_open"));
|
||||
|
||||
res = nfc_initiator_init(device);
|
||||
cut_assert_equal_int (0, res, cut_message ("nfc_initiator_init"));
|
||||
|
||||
Reference in New Issue
Block a user