mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-24 20:51:56 +00:00
examples, test and utils use now nfc_init() function.
This commit is contained in:
@@ -204,6 +204,8 @@ main (int argc, const char *argv[])
|
||||
}
|
||||
DBG ("Successfully opened the dump file\n");
|
||||
|
||||
nfc_init ();
|
||||
|
||||
// Try to open the NFC device
|
||||
pnd = nfc_open (NULL);
|
||||
if (pnd == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user