From 7ed71a1501d2bd01b3e36d71760f879321d43c66 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Fri, 4 Mar 2011 15:49:16 +0000 Subject: [PATCH] Merge r912 into trunk. --- 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 3c29873..1dfd10e 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -874,7 +874,7 @@ pn53x_configure (nfc_device_t * pnd, const nfc_device_option_t ndo, const bool b RFCI_RETRY_SELECT, (bEnable) ? 0xff : 0x00, // MxRtyATR, default: active = 0xff, passive = 0x02 (bEnable) ? 0xff : 0x00, // MxRtyPSL, default: 0x01 - (bEnable) ? 0xff : 0x00 // MxRtyPassiveActivation, default: 0xff + (bEnable) ? 0xff : 0x01 // MxRtyPassiveActivation, default: 0xff (0x00 leads to problems with PN531) }; if (!pn53x_transceive (pnd, abtCmd, sizeof (abtCmd), NULL, NULL)) return false;