parent
ca6b768a67
commit
caa594eba8
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue