rename nfc_connect() function to nfc_open().

This commit is contained in:
Audrey Diacre 2012-01-17 15:21:56 +00:00
parent 9eb37b3eee
commit 324af418db
36 changed files with 117 additions and 117 deletions

View file

@ -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"));