Remove a wrong FIXME
This commit is contained in:
parent
602787bd03
commit
2857b1dd1a
1 changed files with 1 additions and 1 deletions
|
@ -897,7 +897,7 @@ pn53x_InJumpForDEP (nfc_device_t * pnd, const nfc_modulation_t nmInitModulation,
|
||||||
pnti->ndi.btTO = abtRx[15];
|
pnti->ndi.btTO = abtRx[15];
|
||||||
pnti->ndi.btPP = abtRx[16];
|
pnti->ndi.btPP = abtRx[16];
|
||||||
if(szRxLen > 17) {
|
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);
|
memcpy (pnti->ndi.abtGB, abtRx + 17, pnti->ndi.szGB);
|
||||||
} else {
|
} else {
|
||||||
pnti->ndi.szGB = 0;
|
pnti->ndi.szGB = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue