chips/pn53x: prefer pn53x_transceive() when possible.

This commit is contained in:
Romuald Conty 2011-01-06 13:59:20 +00:00
parent 6edb5a3bef
commit dd8ec29bb4

View file

@ -689,7 +689,7 @@ pn53x_InAutoPoll (nfc_device_t * pnd,
}
szRx = PN53x_EXTENDED_FRAME_MAX_LEN;
res = pnd->pdc->transceive (pnd, pbtTxInAutoPoll, szTxInAutoPoll, abtRx, &szRx);
res = pn53x_transceive (pnd, pbtTxInAutoPoll, szTxInAutoPoll, abtRx, &szRx);
if ((szRx == 0) || (res == false)) {
return false;