Fix pn53x_InAutoPoll().
This commit is contained in:
parent
5744c67039
commit
b0737bd1a0
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ pn53x_InAutoPoll(nfc_device_t* pnd,
|
||||||
}
|
}
|
||||||
|
|
||||||
szRxLen = 256;
|
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)) {
|
if((szRxLen == 0)||(res == false)) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue