From e9fdccfa6366322322fda6b4f69da3251e8197c5 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 4 Oct 2010 16:34:02 +0000 Subject: [PATCH] Fix missing renaming. --- libnfc/chips/pn53x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index 2070fae..e8b9672 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -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); break; - case NTM_PICC: + case NTM_ISO14443_4_PICC: if(pnd->nc != NC_PN532) { // This mode is not supported by pn531 neither pn533 pnd->iLastError = DENOTSUP;