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

@ -19,8 +19,8 @@ test_register_endianness (void)
nfc_device *device;
device = nfc_connect (connstrings[0]);
cut_assert_not_null (device, cut_message ("nfc_connect"));
device = nfc_open (connstrings[0]);
cut_assert_not_null (device, cut_message ("nfc_open"));
uint8_t value;