Fix missing renaming.
This commit is contained in:
parent
178f73d98a
commit
e9fdccfa63
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ pn53x_target_init (nfc_device_t * pnd, const nfc_target_mode_t ntm, const nfc_ta
|
||||||
pn53x_configure(pnd, NDO_EASY_FRAMING, true);
|
pn53x_configure(pnd, NDO_EASY_FRAMING, true);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NTM_PICC:
|
case NTM_ISO14443_4_PICC:
|
||||||
if(pnd->nc != NC_PN532) {
|
if(pnd->nc != NC_PN532) {
|
||||||
// This mode is not supported by pn531 neither pn533
|
// This mode is not supported by pn531 neither pn533
|
||||||
pnd->iLastError = DENOTSUP;
|
pnd->iLastError = DENOTSUP;
|
||||||
|
|
Loading…
Add table
Reference in a new issue