diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index ef867a4..30aa911 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -896,7 +896,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 : 0x01 // MxRtyPassiveActivation, default: 0xff (0x00 leads to problems with PN531) + (bEnable) ? 0xff : 0x02 // MxRtyPassiveActivation, default: 0xff (0x00 leads to problems with PN531) }; if (!pn53x_transceive (pnd, abtCmd, sizeof (abtCmd), NULL, NULL)) return false;