diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index 6ea63dc..ce10d8d 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -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;