From ab028ab4e2c1a1b3f4bd32c6e6eb68c84987cabf Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 8 Apr 2010 16:13:12 +0000 Subject: [PATCH] Add FIXME related to Issue 61. --- libnfc/chips/pn53x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index 5bc2a63..d5767cb 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -79,6 +79,7 @@ bool pn53x_transceive(const nfc_device_t* pnd, const byte_t* pbtTx, const size_t if (!pnd->pdc->transceive(pnd->nds,pbtTx,szTxLen,pbtRx,pszRxLen)) return false; // Make sure there was no failure reported by the PN53X chip (0x00 == OK) + // FIXME (0x00 == OK) is not always true... if (pbtRx[0] != 0) return false; // Succesful transmission