Fix ARYGON compilation
This commit is contained in:
parent
bd8a46c3c8
commit
dadaee4cc0
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ bool arygon_transceive(nfc_device_t* pnd, const byte_t* pbtTx, const size_t szTx
|
||||||
PRINT_HEX("RX", abtRxBuf,szRxBufLen);
|
PRINT_HEX("RX", abtRxBuf,szRxBufLen);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!pn53x_transceive_callback(pnd, abtRxBuf, szRxBufLen))
|
if (!pn53x_transceive_check_ack_frame_callback(pnd, abtRxBuf, szRxBufLen))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
szRxBufLen = BUFFER_LENGTH;
|
szRxBufLen = BUFFER_LENGTH;
|
||||||
|
|
Loading…
Add table
Reference in a new issue