From 8a75f5b45ee05b67e3109dfeed0fb659ab0f489a Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Sun, 15 Aug 2010 12:42:40 +0000 Subject: [PATCH] Fix wrong comment --- libnfc/nfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/nfc.c b/libnfc/nfc.c index 0565af3..5c662ea 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -797,7 +797,7 @@ bool nfc_initiator_transceive_dep_bytes(const nfc_device_t* pnd, const byte_t* p if (!pn53x_set_tx_bits(pnd,0)) return false; // Send the frame to the PN53X chip and get the answer - // We have to give the amount of bytes + (the two command bytes 0xD4, 0x42) + // We have to give the amount of bytes + (the two command bytes 0xD4, 0x40) if (!pn53x_transceive(pnd,abtCmd,szTxLen+3,abtRx,&szRxLen)) return false; // Save the received byte count