Remove deprecated code.

Reported by:	rconty@il4p.fr
This commit is contained in:
Romain Tartiere 2010-08-11 09:46:14 +00:00
parent ca6b768a67
commit caa594eba8

View file

@ -281,11 +281,6 @@ bool pn53x_usb_transceive(nfc_device_t* pnd, const byte_t* pbtTx, const size_t s
#ifdef DEBUG
PRINT_HEX("RX", abtRx,ret);
#endif
if ((ret != 6) || (memcmp (abtRx, ack_frame, 6))) {
DBG ("%s", "===> No ACK!!!!!!");
return false;
}
if (!pn53x_transceive_callback (pnd, abtRx, ret))
return false;