mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-18 21:43:47 +00:00
@@ -282,11 +282,6 @@ bool pn53x_usb_transceive(nfc_device_t* pnd, const byte_t* pbtTx, const size_t s
|
|||||||
PRINT_HEX("RX", abtRx,ret);
|
PRINT_HEX("RX", abtRx,ret);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((ret != 6) || (memcmp (abtRx, ack_frame, 6))) {
|
|
||||||
DBG ("%s", "===> No ACK!!!!!!");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!pn53x_transceive_callback (pnd, abtRx, ret))
|
if (!pn53x_transceive_callback (pnd, abtRx, ret))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user