From 2857b1dd1a6becabbe40d6343cc0ee047678b662 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 11 Oct 2010 14:53:10 +0000 Subject: [PATCH] Remove a wrong FIXME --- libnfc/chips/pn53x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index 7e92d5e..327a9e1 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -897,7 +897,7 @@ pn53x_InJumpForDEP (nfc_device_t * pnd, const nfc_modulation_t nmInitModulation, pnti->ndi.btTO = abtRx[15]; pnti->ndi.btPP = abtRx[16]; if(szRxLen > 17) { - pnti->ndi.szGB = szRxLen - 17; // FIXME This computation is not applicable to all PN53x chips + pnti->ndi.szGB = szRxLen - 17; memcpy (pnti->ndi.abtGB, abtRx + 17, pnti->ndi.szGB); } else { pnti->ndi.szGB = 0;