mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
doc: quick start example minor fix (make distcheck OK)
This commit is contained in:
@@ -28,7 +28,7 @@ main (int argc, const char *argv[])
|
|||||||
// Set connected NFC device to initiator mode
|
// Set connected NFC device to initiator mode
|
||||||
nfc_initiator_init (pnd);
|
nfc_initiator_init (pnd);
|
||||||
|
|
||||||
printf ("Connected to NFC reader: %s\n", pnd->acName);
|
printf ("Connected to NFC reader: %s\n", nfc_device_get_name (pnd));
|
||||||
|
|
||||||
// Poll for a ISO14443A (MIFARE) tag
|
// Poll for a ISO14443A (MIFARE) tag
|
||||||
const nfc_modulation nmMifare = {
|
const nfc_modulation nmMifare = {
|
||||||
|
|||||||
Reference in New Issue
Block a user