mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
examples, test and utils use now nfc_init() function.
This commit is contained in:
@@ -77,6 +77,8 @@ main (int argc, const char *argv[])
|
||||
(void) argc;
|
||||
(void) argv;
|
||||
|
||||
nfc_init ();
|
||||
|
||||
// Display libnfc version
|
||||
const char *acLibnfcVersion = nfc_version ();
|
||||
printf ("%s uses libnfc %s\n", argv[0], acLibnfcVersion);
|
||||
|
||||
Reference in New Issue
Block a user