Fix ARYGON compilation

This commit is contained in:
Romuald Conty 2010-08-20 10:28:11 +00:00
parent bd8a46c3c8
commit dadaee4cc0

View file

@ -224,7 +224,7 @@ bool arygon_transceive(nfc_device_t* pnd, const byte_t* pbtTx, const size_t szTx
PRINT_HEX("RX", abtRxBuf,szRxBufLen);
#endif
if (!pn53x_transceive_callback(pnd, abtRxBuf, szRxBufLen))
if (!pn53x_transceive_check_ack_frame_callback(pnd, abtRxBuf, szRxBufLen))
return false;
szRxBufLen = BUFFER_LENGTH;