Merge r912 into trunk.

This commit is contained in:
Romain Tartiere 2011-03-04 15:49:16 +00:00
parent 172beccf6c
commit 7ed71a1501

View file

@ -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;