diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index 5987dc3..7c23a14 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -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;