chips/pn53x: prefer pn53x_transceive() when possible.
This commit is contained in:
parent
6edb5a3bef
commit
dd8ec29bb4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue