doc: quick start example minor fix (make distcheck OK)
This commit is contained in:
parent
9c1371dcca
commit
d6477df7a6
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue