Fix pn53x_InAutoPoll().

This commit is contained in:
Romain Tartiere 2010-08-20 09:36:38 +00:00
parent 5744c67039
commit b0737bd1a0

View file

@ -482,7 +482,7 @@ pn53x_InAutoPoll(nfc_device_t* pnd,
}
szRxLen = 256;
res = pnd->pdc->transceive(pnd->nds, pbtTxInAutoPoll, szTxInAutoPoll, abtRx, &szRxLen);
res = pnd->pdc->transceive(pnd, pbtTxInAutoPoll, szTxInAutoPoll, abtRx, &szRxLen);
if((szRxLen == 0)||(res == false)) {
return false;